Commit ad3af5a 1 parent 6b05b27 commit ad3af5a Copy full SHA for ad3af5a
File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,13 @@ matrix:
13
13
packages :
14
14
- libgmp-dev
15
15
- ghc
16
- - lib32z1
17
16
- env : ARGS="--resolver nightly"
18
17
compiler : " : #stack nightly"
19
18
addons :
20
19
apt :
21
20
packages :
22
21
- libgmp-dev
23
22
- ghc
24
- - lib32z1
25
23
- env : RELEASEOS="MacOS" ARGS="--resolver lts-6"
26
24
compiler : " : #stack 7.10.3 osx"
27
25
os : osx
@@ -47,10 +45,4 @@ script:
47
45
- |
48
46
stack test --no-terminal --install-ghc $ARGS --only-dependencies --ghc-options="-O2"
49
47
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