Skip to content

Commit 0422ea2

Browse files
committed
chore: added yarn.lock files
1 parent 116baf9 commit 0422ea2

File tree

2 files changed

+14
-7440
lines changed

2 files changed

+14
-7440
lines changed

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,40 @@
11
language: node_js
2+
23
sudo: required
4+
35
node_js:
46
- '7'
57
- '6'
8+
69
addons:
710
apt:
811
packages:
912
- xvfb
13+
1014
cache:
1115
yarn: true
1216
directories:
1317
- $HOME/.yarn-cachegi
18+
1419
before_install:
1520
- export DISPLAY=':99.0'
1621
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
22+
1723
install:
18-
- npm install
24+
- yarn install
1925
- cd packages/create-elm-app
20-
- npm install
21-
- npm link
26+
- yarn install
27+
- yarn link
2228
- cd ..
29+
2330
script: npm test
31+
2432
after_success:
25-
- npm run semantic-release
33+
- yarn run semantic-release
34+
2635
branches:
2736
except:
2837
- /^v\d+\.\d+\.\d+$/
38+
2939
notifications:
3040
email: false

0 commit comments

Comments
 (0)