Skip to content

Commit 3ac5c8f

Browse files
committed
chore: added yarn.lock files
1 parent f3174be commit 3ac5c8f

File tree

2 files changed

+14
-7445
lines changed

2 files changed

+14
-7445
lines changed

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,41 @@
11
language: node_js
2+
23
sudo: required
4+
35
node_js:
46
- '8'
57
- '7'
68
- '6'
9+
710
addons:
811
apt:
912
packages:
1013
- xvfb
14+
1115
cache:
1216
yarn: true
1317
directories:
1418
- $HOME/.yarn-cachegi
19+
1520
before_install:
1621
- export DISPLAY=':99.0'
1722
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
23+
1824
install:
19-
- npm install
25+
- yarn install
2026
- cd packages/create-elm-app
21-
- npm install
22-
- npm link
27+
- yarn install
28+
- yarn link
2329
- cd ..
30+
2431
script: npm test
32+
2533
after_success:
26-
- npm run semantic-release
34+
- yarn run semantic-release
35+
2736
branches:
2837
except:
2938
- /^v\d+\.\d+\.\d+$/
39+
3040
notifications:
3141
email: false

0 commit comments

Comments
 (0)