Skip to content

Commit

Permalink
disabled integration tests on Appveyor due to stall
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 29, 2017
1 parent 79b5063 commit 9027e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ install:

script:
- "make test"
- "make test-integration"
- "make package"
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ uninstall:
test:
make --directory=aw-core test
make --directory=aw-qt test

test-integration:
# TODO: Move "integration tests" to aw-client
# FIXME: For whatever reason the script stalls on Appveyor
# Example: https://ci.appveyor.com/project/ErikBjare/activitywatch/build/1.0.167/job/k1ulexsc5ar5uv4v
./scripts/tests/integration_tests.sh

package:
Expand Down

0 comments on commit 9027e8e

Please sign in to comment.