Skip to content

Commit

Permalink
update travis.yml to include version and update to latest npm and mov…
Browse files Browse the repository at this point in the history
…e to container based builds
  • Loading branch information
Albert-Jan Nijburg committed Jun 2, 2015
1 parent d48ca60 commit 8609a8c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
language: python
sudo: false
python:
- '2.6'
install:
- npm install npm@latest -g
- npm install jscs -g
- npm install jshint -g
- npm install
- jscs -V
- jshint -v
- pip install "GitPython>=0.2.0-beta1" --use-mirrors
- mkdir -p vendors
- npm install git://github.com/jshint/jshint/
- npm install jscs
script:
- ./skulpt.py dist
- jshint src/*.js
Expand Down

0 comments on commit 8609a8c

Please sign in to comment.