Skip to content

Commit

Permalink
Fix travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chendrix committed Jun 18, 2015
1 parent ab87af6 commit b20d9f6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: haskell
install:
- wget http://deadfoxygrandpa.github.io/elm-travis-cache/elm-test-install.sh
- bash elm-test-install.sh
- cabal install elm-make
- cabal install elm-package
- curl https://raw.githubusercontent.com/maxsnew/IO/master/elm-io.sh > elm-io.sh
- npm install jsdom
- elm-package install -y
before_script:
- ./elm-make --yes --output raw-test.js TestRunner.elm
- elm-make --yes --output raw-test.js TestRunner.elm
- bash elm-io.sh raw-test.js test.js
script: node test.js
script: node test.js

0 comments on commit b20d9f6

Please sign in to comment.