Skip to content

Commit 636c990

Browse files
author
Carson Howard
committed
Updated travis.yml
1 parent df4ea94 commit 636c990

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addons:
2222

2323
before_install:
2424
- git clean -xdff
25-
- npm i -g yarn@latest
25+
- npm i -g yarn@0.24.5
2626
- if [ $TRAVIS_OS_NAME == "linux" ]; then
2727
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
2828
sh -e /etc/init.d/xvfb start;
@@ -40,8 +40,5 @@ before_install:
4040
install:
4141
- yarn
4242

43-
before_script:
44-
- node test/server/lfs-server.js
45-
4643
script:
47-
- $TRAVIS_BUILD_DIR/test/server/run.sh & yarn test
44+
- yarn test

0 commit comments

Comments
 (0)