Skip to content

Commit

Permalink
ci(travis): use xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed May 31, 2019
1 parent b13302c commit a07c0c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,13 +1,11 @@
dist: xenial
sudo: false
language: node_js
node_js:
- 'stable'
- '10'
- '8'
- '6'
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
- export PATH=$HOME/.yarn/bin:$PATH
cache: yarn
stages:
- lint
Expand Down

0 comments on commit a07c0c4

Please sign in to comment.