Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Travis: Test against Node 11 (#118)
Browse files Browse the repository at this point in the history
Also switch to Travis' Xenial image and clean up the .travis.yml order.
  • Loading branch information
edmorley authored Oct 25, 2018
1 parent 6ff1b62 commit a60fc9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
dist: trusty
dist: xenial
language: node_js
cache: yarn
node_js:
- '6'
- '8'
- '10'
install:
- yarn install --frozen-lockfile
- '11'
before_install:
# Required due to: https://github.com/travis-ci/travis-ci/issues/7951
- curl -sSfL https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn --frozen-lockfile
script:
- yarn lint
- yarn test

0 comments on commit a60fc9f

Please sign in to comment.