Skip to content

Commit 0c7559b

Browse files
committed
More test fixes
1 parent ae5c888 commit 0c7559b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ci

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/bash -x
22

33
if [ "$TEST_SUITE" == "unit" ]; then
4+
bower install
45
./node_modules/karma/bin/karma start --single-run --browsers PhantomJS
56
elif [ "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TEST_SUITE" == "integration" ]; then
7+
bower install
68
./node_modules/.bin/static -p 8888 &
79
sleep 3
810
# integration tests are flaky, don't let them fail the build

0 commit comments

Comments
 (0)