We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
script
1 parent f78b527 commit 05481d1Copy full SHA for 05481d1
.travis.yml
@@ -46,18 +46,21 @@ jobs:
46
- test -e $HOME/.cabal/bin/ghcjs || cabal install http://ghcjs.luite.com/master-20160628.tar.gz
47
- ghcjs --version
48
- ghcjs-boot --version
49
- script: true
50
- - stage: boot ghcjs
51
- install:
+ script:
52
53
+ - stage: boot ghcjs
+ install:
54
- test -e $HOME/.ghcjs/*/ghcjs/ghcjs_boot.completed || ghcjs-boot --no-haddock --no-prof
55
56
+ - ghcjs-pkg list
57
- stage: install dependencies
58
install:
59
# install dependencies
60
- make prepare
61
62
+ - ghc-pkg list
63
64
- stage: build, test and deploy
65
66
- npm install jshint
0 commit comments