Browse Source

More Travis testing

Steven Smith 9 years ago
parent
commit
39f1903c53
2 changed files with 1 additions and 2 deletions
  1. 0 2
      .travis.yml
  2. 1 0
      config/travis_setup.sh

+ 0 - 2
.travis.yml

@@ -188,8 +188,6 @@ install:
   # Configure Travis-CI build environment for TFB
   #   e.g. setup databases, users, etc
   - ./config/travis_setup.sh
-  - sudo cat /etc/group
-  - sudo cat /etc/sudoers
 
 addons:
   postgresql: "9.3"

+ 1 - 0
config/travis_setup.sh

@@ -70,6 +70,7 @@ echo "Populating MySQL database"
 sudo mysqladmin -u root password secret
 sudo restart mysql
 mysql -uroot -psecret < config/create.sql
+echo "select * from fortune" | mysql -ubenchmarkdbuser -pbenchmarkdbpass hello_world
 
 # Setup Postgres
 echo "Removing Postgres 9.1 from Travis-CI"