Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Mar 9, 2017
1 parent 9c509db commit f42e8f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen scn 1600x1200x16"

install:
- nvm install node
- travis_retry nvm install node
- node -v
- npm i -g [email protected]
- yarn
- bundle install
- travis_retry npm i -g [email protected]
- travis_retry yarn
- travis_retry bundle install
- rake dummy_apps
- rake examples
- rake node_package
Expand Down

0 comments on commit f42e8f4

Please sign in to comment.