Skip to content

Commit b2da6a9

Browse files
committed
chore(Build): Turn e2e tests back on
Closes #1917
1 parent b9cc39f commit b2da6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ then
1010
grunt
1111
# Run e2e tests
1212
# echo "travis_fold:start:Tests"
13-
# grunt test:ci-e2e
13+
grunt test:ci-e2e
1414
# 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)