Commit 34561549 authored by Jay's avatar Jay
Browse files

Swapping to a build matrix

parent 4e827cea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@ before_install:
  - sudo /etc/init.d/postgresql start

  # Setup the database user
  - psql -h /tmp/ -c "CREATE USER testuser WITH PASSWORD 'password'" -U postgres
  - psql -h /tmp/ -c "ALTER ROLE testuser SUPERUSER" -U postgres
  - psql -h /tmp -c "CREATE USER testuser WITH PASSWORD 'password'" -U postgres
  - psql -h /tmp -c "ALTER ROLE testuser SUPERUSER" -U postgres

  # Setup autocnet to connect to the db
  - export autocnet_config=sample.yml