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 ae5c888 commit 0c7559bCopy full SHA for 0c7559b
test/ci
@@ -1,8 +1,10 @@
1
#!/bin/bash -x
2
3
if [ "$TEST_SUITE" == "unit" ]; then
4
+ bower install
5
./node_modules/karma/bin/karma start --single-run --browsers PhantomJS
6
elif [ "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TEST_SUITE" == "integration" ]; then
7
8
./node_modules/.bin/static -p 8888 &
9
sleep 3
10
# integration tests are flaky, don't let them fail the build
0 commit comments