Skip to content

Commit

Permalink
fix(ci): attempt to fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
skipjack committed Aug 26, 2017
1 parent 4dc7e87 commit a87640d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: node_js
node_js:
- "6"
script:
- bash ./src/scripts/deploy.sh
- travis_wait 20 bash ./src/scripts/deploy.sh
sudo: required
install:
- npm install --global yarn
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOURCE_BRANCH="master"
if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "$SOURCE_BRANCH" ]; then
echo "Skipping deploy; just doing a build and linting links/prose/js."
npm run build
travis_wait 20 npm test
npm test
exit 0
fi

Expand Down

0 comments on commit a87640d

Please sign in to comment.