Skip to content

Commit

Permalink
bash logic suggested by travis makes little sense to me
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybazookatone committed Jul 15, 2016
1 parent 4e7a23f commit 7fe796f
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 @@ -7,7 +7,7 @@ install: npm install
deployg: grunt release
before_script: grunt setup
script:
- if [ "$TRAVIS_PULL_REQUEST" = "true" ]; then echo "grunt test"; grunt test; fi
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "grunt test"; grunt test; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then echo "grunt sauce"; grunt sauce; fi
env:
global:
Expand Down

0 comments on commit 7fe796f

Please sign in to comment.