Skip to content

Commit 1c13bbf

Browse files
chore(travis): temporarily disable karma on Travis
1 parent e4389d2 commit 1c13bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
if [ "x${CORE_BRANCH}x" != "xx" ] ; then
3030
git clone --depth=10 --branch="${CORE_BRANCH}" https://github.com/ui-router/core.git ui-router-core && npm install ./ui-router-core ;
3131
fi
32-
- npm test
32+
- npm run build
3333

3434
sudo: false
3535

0 commit comments

Comments
 (0)