Skip to content

Commit

Permalink
Migrate to Travis CI container-based infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Oct 31, 2015
1 parent 13119b5 commit eaf6522
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
@@ -1,5 +1,14 @@
language: node_js

sudo: false

addons:
apt:
packages:
- default-jdk
- g++-4.8
- make

node_js:
- "0.10"
- "0.11"
Expand All @@ -8,9 +17,4 @@ node_js:
- "4.1"

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq default-jdk g++-4.8 make
- echo -e "127.0.0.1 localhost\n127.0.0.1 travis001.onddo.com" | sudo tee -a /etc/hosts
- sudo hostname 'travis001.onddo.com'
- hostname | sudo tee /etc/hostname
- npm install -g jshint || true

0 comments on commit eaf6522

Please sign in to comment.