You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
env:
2
2
global:
3
3
- SQLALCHEMY_DATABASE_URI="sqlite:///:memory:"
4
+
- IMAGE_NAME=resources-api
4
5
language: python
5
6
sudo: required
6
7
dist: xenial
@@ -33,10 +34,10 @@ script:
33
34
- 'make test'
34
35
- 'make lint'
35
36
37
+
after_success:
38
+
- bash bin/run.sh
39
+
36
40
after_script:
37
41
- docker-compose run resources-api coverage xml
38
42
- docker-compose -f docker-compose.yml down
39
43
- if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then ./cc-test-reporter -r 147d129d98f3d606ce69bc151bbeded40dc684fe11e0f5a831f11f6b36680b22 after-build --exit-code $TRAVIS_TEST_RESULT; fi
0 commit comments