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

Commit

Permalink
Exclude load test from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mariangemarcano committed May 18, 2016
1 parent f745b4b commit f2ebc77
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 @@ -26,7 +26,7 @@ install:
- if [ "$TEST_TARGET" = "javascript" ]; then npm install; fi

script:
- if [ "$TEST_TARGET" = "master" ]; then coverage run `which trial` buildbot; fi
- if [ "$TEST_TARGET" = "master" ]; then coverage run `which trial` buildbot.test; fi
- if [ "$TEST_TARGET" = "slave" ]; then coverage run `which trial` buildslave; fi
- if [ "$TEST_TARGET" = "javascript" ]; then grunt test; fi

Expand Down

0 comments on commit f2ebc77

Please sign in to comment.