Skip to content

Commit 04b285c

Browse files
committed
test: change Travis CI setup
1 parent e1920d1 commit 04b285c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ before_install:
1515
- export DISPLAY=':99.0'
1616
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
1717
install:
18-
- yarn install
18+
- npm install
19+
- cd packages/create-elm-app
20+
- npm install
1921
- npm link
22+
- cd ..
2023
script: npm test
2124
after_success:
2225
- npm run semantic-release

0 commit comments

Comments
 (0)