Skip to content

Commit

Permalink
Let's see if we can get Node.js installed on Travis CI :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Sep 15, 2016
1 parent 7206e6f commit 7197441
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo: true
language: python
python:
- "2.6"
Expand All @@ -9,6 +10,8 @@ install:
- pip install pip-accel
- pip-accel install coveralls
- pip-accel install --requirement=requirements-checks.txt
- pip-accel install debuntu-tools
- debuntu-nodejs-installer --install
- LC_ALL=C pip-accel install .
script:
- make check
Expand Down

0 comments on commit 7197441

Please sign in to comment.