We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45eca94 commit 7ba1a1aCopy full SHA for 7ba1a1a
travis_build.sh
@@ -9,18 +9,18 @@ then
9
if [ $JOB == "unit" ]; then
10
# Run default task
11
grunt
12
- elif [ $JOB = "e2e" ]; then
+ #elif [ $JOB = "e2e" ]; then
13
# Run e2e tests
14
- echo "travis_fold:start:Tests"
+ # echo "travis_fold:start:Tests"
15
# grunt test:ci-e2e
16
- echo "travis_fold:end:Tests"
+ # echo "travis_fold:end:Tests"
17
fi
18
# Not a pull request, run the full unit test CI suite
19
else
20
echo "travis_fold:start:Tests"
21
if [ $JOB = "unit" ]; then
22
grunt test:ci
23
24
25
26
echo "travis_fold:end:Tests"
0 commit comments