Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,333
Issues
4,333
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
371
Merge Requests
371
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
18c6ee2a
Commit
18c6ee2a
authored
Jul 21, 2015
by
thomie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis: use ghc-7.8.4 as stage0 to fix the build
parent
dbe6dac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
18c6ee2a
...
...
@@ -16,13 +16,13 @@ addons:
-
ubuntu-toolchain-r-test
packages
:
-
cabal-install-1.18
-
ghc-7.
6.3
-
ghc-7.
8.4
-
alex-3.1.3
-
happy-1.19.4
-
llvm-3.6
before_install
:
-
export PATH=/opt/ghc/7.
6.3
/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.6/bin:$PATH
-
export PATH=/opt/ghc/7.
8.4
/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.6/bin:$PATH
# Be explicit about which protocol to use, such that we don't have to repeat the rewrite command for each.
-
git config remote.origin.url git://github.com/${TRAVIS_REPO_SLUG}.git
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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