Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
23c86025
Commit
23c86025
authored
Aug 18, 2017
by
Andrey Mokhov
Browse files
Fix Travis
See
#393
parent
e91b0c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
23c86025
...
...
@@ -23,10 +23,6 @@ matrix:
# Build GHC
-
./build.cabal.sh -j $MODE --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
# Test GHC binary
-
cd ..
-
inplace/bin/ghc-stage2 -e 1+2
-
os
:
linux
env
:
MODE="--flavour=quickest --integer-simple"
compiler
:
"
GHC
8.2.1"
...
...
@@ -43,9 +39,6 @@ matrix:
-
PATH="/opt/cabal/1.22/bin:$PATH"
script
:
# Run internal Hadrian tests
-
./build.cabal.sh selftest
# Build GHC
-
./build.cabal.sh -j $MODE --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment