Skip to content

Commit

Permalink
[ci] bump yarn version to 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Tugarev <[email protected]>
  • Loading branch information
AlexTugarev committed Apr 30, 2018
1 parent 27d9313 commit 2ad6d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start ;
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost \& ;
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.2.1
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
- export PATH=$HOME/.yarn/bin:$PATH ;
install: yarn
script: travis_retry yarn test ;
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ branches:

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install [email protected] -g
- netsh advfirewall firewall add rule name="SeleniumIn" dir=in action=allow protocol=TCP localport=4444
- netsh advfirewall firewall add rule name="SeleniumOut" dir=out action=allow protocol=TCP localport=4444

Expand Down

0 comments on commit 2ad6d75

Please sign in to comment.