Skip to content

Commit

Permalink
trAV
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Apr 6, 2018
1 parent f36a804 commit fe1312d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
include:
- stage: Build docker environment
script:
- cd pootle && ./docker/bin/build-travis-images
- ./docker/bin/build-travis-images
- stage: Run tests
script:
- cd pootle && ./docker/bin/pull-travis-postgres
- ./docker/bin/pull-travis-postgres
- export LOCAL_USER_ID=$UID
- makey run bash make travis-assets
- makey test-py-postgres
-
script:
- cd pootle && ./docker/bin/pull-travis-mariadb
- ./docker/bin/pull-travis-mariadb
- export LOCAL_USER_ID=$UID
- makey run bash make travis-assets
- makey test-py-mariadb

0 comments on commit fe1312d

Please sign in to comment.