Attempt III of travis fixes

pull/337/head
Rick Carlino 2017-07-06 02:25:46 -05:00
parent 8f3b0ac405
commit df7823cb0a
1 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,14 @@
language: ruby
rvm:
- 2.4.1
language: node_js
node_js:
- 6.11.0
before_script:
- rvm install 2.4.1
- cp config/database.travis.yml config/database.yml
- mkdir -p public/app
- touch public/app/index.html
- ./install_frontend.sh
- bundle exec rake db:create db:migrate
- npm install
script:
# A 'fake' secret token for use in our CI env.
# Don't worry- this isn't the real one.