Skip to content

Commit c3dd70a

Browse files
committed
update to travis templates and test on node 14
1 parent ab232ed commit c3dd70a

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.travis.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
language: node_js
1+
version: ~> 1.0
22

3-
node_js:
4-
- "12"
5-
- "node"
6-
7-
os:
8-
- linux
9-
- osx
10-
- windows
11-
12-
sudo: false
13-
14-
cache:
15-
npm: false
16-
directories:
17-
- $HOME/.npm
183

4+
import:
5+
- hapijs/ci-config-travis:node_js.yml@main
6+
- hapijs/ci-config-travis:install.yml@main
7+
- hapijs/ci-config-travis:os.yml@main

0 commit comments

Comments
 (0)