Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
style(travis): remove unnecessary whitespaces and quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jun 28, 2017
1 parent 4cf3297 commit 580ed90
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
language: node_js

node_js:
- "stable"
- stable

before_install:
- yarn global add greenkeeper-lockfile@1
- yarn global add greenkeeper-lockfile@1

before_script:
- greenkeeper-lockfile-update
- greenkeeper-lockfile-update

script:
- yarn run lint
- yarn run test -- --verbose
- yarn run test-actual -- --verbose -u
- yarn run lint
- yarn run test -- --verbose
- yarn run test-actual -- --verbose -u

after_script:
- greenkeeper-lockfile-upload
- greenkeeper-lockfile-upload

after_success:
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./scripts/deploy.sh; fi
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./scripts/deploy.sh; fi

cache:
yarn: true
directories:
- node_modules
- node_modules

matrix:
fast_finish: true

branches:
except:
- /^greenkeeper\//
- /^greenkeeper\//

0 comments on commit 580ed90

Please sign in to comment.