Skip to content

Commit

Permalink
Better split install and run parts, make travis tests faster
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Mar 19, 2016
1 parent 242cbbd commit 43a843a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ env:
- KEYBAR_TEST_DB_NAME=keybar_test
- KEYBAR_TEST_DB_USER=travis

before_install:
- openssl version
- psql --version

install:
- make develop

before_script:
- psql -c 'create database keybar_test;' -U postgres

script:
- openssl version
- psql --version
- make develop
- make test
- make lint

0 comments on commit 43a843a

Please sign in to comment.