Skip to content

Commit 05481d1

Browse files
committed
More useful script commands
1 parent f78b527 commit 05481d1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,21 @@ jobs:
4646
- test -e $HOME/.cabal/bin/ghcjs || cabal install http://ghcjs.luite.com/master-20160628.tar.gz
4747
- ghcjs --version
4848
- ghcjs-boot --version
49-
script: true
50-
- stage: boot ghcjs
51-
install:
49+
script:
5250
- ghcjs --version
5351
- ghcjs-boot --version
52+
- stage: boot ghcjs
53+
install:
5454
- test -e $HOME/.ghcjs/*/ghcjs/ghcjs_boot.completed || ghcjs-boot --no-haddock --no-prof
55-
script: true
55+
script:
56+
- ghcjs-pkg list
5657
- stage: install dependencies
5758
install:
5859
# install dependencies
5960
- make prepare
60-
script: true
61+
script:
62+
- ghc-pkg list
63+
- ghcjs-pkg list
6164
- stage: build, test and deploy
6265
install:
6366
- npm install jshint

0 commit comments

Comments
 (0)