Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jberryman
GHC
Commits
77561617
Commit
77561617
authored
Oct 13, 2015
by
Austin Seipp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: use LLVM 3.7
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
29310b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+3
-3
No files found.
.travis.yml
View file @
77561617
...
...
@@ -12,17 +12,17 @@ addons:
apt
:
sources
:
-
hvr-ghc
-
llvm-toolchain-precise-3.
6
-
llvm-toolchain-precise-3.
7
-
ubuntu-toolchain-r-test
packages
:
-
cabal-install-1.18
-
ghc-7.8.4
-
alex-3.1.3
-
happy-1.19.4
-
llvm-3.
6
-
llvm-3.
7
before_install
:
-
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
-
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.
7
/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