Skip to content

Commit

Permalink
Update in travis.yml. Follow the travis recommended build lifecycle: …
Browse files Browse the repository at this point in the history
…call ctest in script section, instea of after_script.
  • Loading branch information
mloskot committed Feb 13, 2013
1 parent ab1495f commit 9c17a98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -28,8 +28,6 @@ script:
- cd src/_build
- cmake -DSOCI_TESTS=ON -DSOCI_EMPTY_TEST_CONNSTR:STRING="dummy connection" -DSOCI_MYSQL_TEST_CONNSTR:STRING="db=soci_test" -DSOCI_POSTGRESQL_TEST_CONNSTR:STRING="dbname=soci_test user=postgres" -DSOCI_SQLITE3_TEST_CONNSTR:STRING="soci_test.db" -DSOCI_ODBC_TEST_POSTGRESQL_CONNSTR="FILEDSN=${PWD}/../backends/odbc/test/test-postgresql.dsn;" ..
- cmake --build .

after_script:
- ctest -V --output-on-failure .

notifications:
Expand Down

0 comments on commit 9c17a98

Please sign in to comment.