Skip to content

Commit

Permalink
Turn e2e tests back off for now
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Jun 11, 2015
1 parent 9f23db5 commit a8ff076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ then
# Run default task
grunt
# Run e2e tests
echo "travis_fold:start:Tests"
grunt test:ci-e2e
echo "travis_fold:end:Tests"
# echo "travis_fold:start:Tests"
# grunt test:ci-e2e
# echo "travis_fold:end:Tests"
else
echo "travis_fold:start:Tests"
grunt test:ci
grunt test:ci-e2e
# grunt test:ci-e2e
echo "travis_fold:end:Tests"

# Send coverage data to coveralls.io
Expand Down

0 comments on commit a8ff076

Please sign in to comment.