Skip to content

Commit

Permalink
[ci skip] move linting into before_script stage
Browse files Browse the repository at this point in the history
If lint is in before_script, it will fail before running tests, which
is less confusing
  • Loading branch information
dfreedm committed Feb 11, 2016
1 parent 4411031 commit 1b5fc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ addons:
before_script:
- npm install -g bower
- bower install
script:
- gulp lint
script:
- xvfb-run wct
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
env:
Expand Down

0 comments on commit 1b5fc9a

Please sign in to comment.