Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Stop requiring a fixed yarn version in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wschella authored Dec 13, 2018
1 parent 3cadb7a commit 7c1097a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ before_install:
sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update -qq
sudo apt-get install -y -qq yarn=1.12.1-1
sudo apt-get install -y -qq yarn
fi
before_script:
- git lfs pull
Expand Down Expand Up @@ -82,4 +82,4 @@ script:
# Build js electron client package and package binary
- cd planetwars/client
- yarn install
- yarn run package-$OS_TARGET
- yarn run package-$OS_TARGET

0 comments on commit 7c1097a

Please sign in to comment.