File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,13 @@ matrix:
1313 packages :
1414 - libgmp-dev
1515 - ghc
16- - lib32z1
1716 - env : ARGS="--resolver nightly"
1817 compiler : " : #stack nightly"
1918 addons :
2019 apt :
2120 packages :
2221 - libgmp-dev
2322 - ghc
24- - lib32z1
2523 - env : RELEASEOS="MacOS" ARGS="--resolver lts-6"
2624 compiler : " : #stack 7.10.3 osx"
2725 os : osx
@@ -47,10 +45,4 @@ script:
4745- |
4846 stack test --no-terminal --install-ghc $ARGS --only-dependencies --ghc-options="-O2"
4947 stack install --test --no-terminal $ARGS --local-bin-path="." --ghc-options="-O2 -Wall"
50- - |
51- mkdir i386
52- sudo -E apt-get autoremove -y ghc
53- sudo -E apt-get install -y ghc:i386
54- stack test --no-terminal --install-ghc --arch i386 $ARGS --only-dependencies --ghc-options="-O2"
55- stack install --test --no-terminal --arch i386 $ARGS --local-bin-path="i386" --ghc-options="-O2 -Wall"
56- after_success : chmod +x .travis/github-release.sh && (.travis/github-release.sh "$RELEASEOS" "$TRAVIS_REPO_SLUG" "$TRAVIS_TAG" "Haskell-Console" "i386/Haskell-Console")
48+ after_success : chmod +x .travis/github-release.sh && (.travis/github-release.sh "$RELEASEOS" "$TRAVIS_REPO_SLUG" "$TRAVIS_TAG" "Haskell-Console")
You can’t perform that action at this time.
0 commit comments