Skip to content

Commit 0347c43

Browse files
authored
ci(travis): use xenial (#341)
1 parent b13302c commit 0347c43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1+
dist: xenial
12
sudo: false
23
language: node_js
34
node_js:
45
- 'stable'
56
- '10'
67
- '8'
78
- '6'
8-
before_install:
9-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
10-
- export PATH=$HOME/.yarn/bin:$PATH
119
cache: yarn
1210
stages:
1311
- lint

0 commit comments

Comments
 (0)