Browse Source

update travis to use containers

faster
Peter Johnson 10 years ago
parent
commit
42a2c189fc
  1. 3
      .travis.yml

3
.travis.yml

@ -1,4 +1,5 @@
language: node_js
script: "npm run unit"
node_js:
- "0.10"
- "0.10"
sudo: false
Loading…
Cancel
Save