Skip to content

Commit a8ff076

Browse files
committed
Turn e2e tests back off for now
1 parent 9f23db5 commit a8ff076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis_build.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ then
99
# Run default task
1010
grunt
1111
# Run e2e tests
12-
echo "travis_fold:start:Tests"
13-
grunt test:ci-e2e
14-
echo "travis_fold:end:Tests"
12+
# echo "travis_fold:start:Tests"
13+
# grunt test:ci-e2e
14+
# echo "travis_fold:end:Tests"
1515
else
1616
echo "travis_fold:start:Tests"
1717
grunt test:ci
18-
grunt test:ci-e2e
18+
# grunt test:ci-e2e
1919
echo "travis_fold:end:Tests"
2020

2121
# Send coverage data to coveralls.io

0 commit comments

Comments
 (0)