Skip to content

Commit

Permalink
Merge pull request #131 from maksimr/master
Browse files Browse the repository at this point in the history
chore: fix integration test
  • Loading branch information
maksimr committed Aug 11, 2016
2 parents 2ac0389 + 9c7d446 commit 5bb60bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
node_modules/
tmp/
lib/adapter.js
integration-tests/
2 changes: 1 addition & 1 deletion integration-tests.sh
@@ -1,4 +1,4 @@
PKG_FILE="$PWD/$(npm pack)"
git clone https://github.com/karma-runner/integration-tests.git --depth 1
cd integration-tests
./run.sh "jasmine" $PKG_FILE
./run.sh -g "jasmine" $PKG_FILE

0 comments on commit 5bb60bf

Please sign in to comment.