Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Nov 23, 2016
1 parent 6f41a27 commit cf37e42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ install:
- nvm install 6.7
- nvm use 6.7
- npm install

# No need to run xvfb if running headless testing
#before_script:
# - export DISPLAY=:99.0
# - sh -e /etc/init.d/xvfb start

script:
- bundle exec rake db:schema:load
- bundle exec rspec
- DRIVER=selenium_firefox bundle exec rake
- bundle exec rake

0 comments on commit cf37e42

Please sign in to comment.