Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmermerkaya committed Apr 17, 2019
1 parent 7907682 commit dbd3c7c
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 @@ -8,11 +8,11 @@ env:
global:
- CXX=g++-4.8
before_install:
# Yarn defaults to an old version, make sure we
# get an up to date version
# Yarn defaults to an old version, make sure we get an up to date version
- npm install -g [email protected]
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
install:
# --frozen-lockfile doesn’t generate a yarn.lock lockfile and fails if an update is needed.
- yarn install --frozen-lockfile
before_script:
- cp config/ci.config.json config/project.json
Expand Down

0 comments on commit dbd3c7c

Please sign in to comment.