Change order of Travis build steps

This commit is contained in:
Dan Rice 2014-07-02 23:47:31 -04:00
parent 118e94221c
commit 87087fb4c8

View file

@ -7,7 +7,7 @@ rvm:
bundler_args: --without development
before_install:
before_script:
- "mysql -e 'create database tracks_test;'"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"