Skip to content

Commit

Permalink
Install nodejs before running travis-CI. Fixes javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Aug 26, 2015
1 parent 5d264b1 commit 04937fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: ruby
cache: bundler
sudo: false
sudo: required
bundler_args: --without debugger
rvm:
- 1.9.3
Expand All @@ -11,3 +11,6 @@ notifications:
email:
recipients:
- ngiger@ywesee.com
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y nodejs

0 comments on commit 04937fa

Please sign in to comment.