Skip to content

Commit 0304af5

Browse files
authored
Merge pull request #112 from kristerkari/update-travis-settings-and-try-fixing-npm-error
Update .travis.yml
2 parents 12cef4a + b0fc52f commit 0304af5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
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
911
- yarn run test
1012
- yarn run lint
13+
before_install:
14+
- npm install -g yarn
1115
notifications:
1216
email:
1317
on_failure: change
1418
cache:
1519
yarn: true
16-
bundler: true
1720
directories:
1821
- node_modules

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ camelcase@^4.1.0:
906906

907907
camelize@^1.0.0:
908908
version "1.0.0"
909-
resolved "https://npm.kopaxgroup.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
909+
resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b"
910910
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
911911

912912
caseless@~0.11.0:

0 commit comments

Comments
 (0)