Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 855b096

Browse files
committed
Few Travis CI changes
This will hopefully clear up some of the linting errors that are only happening on Travis CI. Changes: - Switch to Xenial since it is the latest Ubuntu LTS. - Add 'lts" as one of the Node versions to test on - Remove before_install for known old Yarn issue
1 parent f21968d commit 855b096

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
dist: trusty
1+
dist: xenial
22
language: node_js
33
cache: yarn
44
node_js:
55
- '8'
6+
- '--lts'
67
install:
78
- yarn install --frozen-lockfile
8-
before_install:
9-
- curl -sSfL https://yarnpkg.com/install.sh | bash # Required due to: https://github.com/travis-ci/travis-ci/issues/7951
10-
- export PATH=$HOME/.yarn/bin:$PATH
119
after_failure:
1210
- yarn build -- --inspect
1311
script:

0 commit comments

Comments
 (0)