Skip to content

Commit 43e4029

Browse files
committed
Update .travis.yml
- Use newer Ubuntu distro - Add new Node versions - Remove setting to cache bundler
1 parent 12cef4a commit 43e4029

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: node_js
2-
dist: trusty
2+
dist: xenial
33
node_js:
44
- 6
55
- 8
6+
- 10
7+
- 12
68
script:
79
- node --version
810
- yarn --version
@@ -13,6 +15,5 @@ notifications:
1315
on_failure: change
1416
cache:
1517
yarn: true
16-
bundler: true
1718
directories:
1819
- node_modules

0 commit comments

Comments
 (0)