Skip to content

Commit

Permalink
Travis update to install via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hendrix and Yulia Tolskaya committed Jun 18, 2015
1 parent 2e21f02 commit e3ebb47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: haskell
language: node_js
node_js:
- stable
install:
- cabal install elm-make
- cabal install elm-package
- npm install --global elm
- curl https://raw.githubusercontent.com/maxsnew/IO/master/elm-io.sh > elm-io.sh
- npm install jsdom
- elm-package install -y
Expand Down

0 comments on commit e3ebb47

Please sign in to comment.