Skip to content

Commit eedf046

Browse files
Merge branch 'master' into experimental
2 parents 393c57a + 9f929b4 commit eedf046

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1798
-1342
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ cache:
1212

1313
matrix:
1414
include:
15-
- env: TEST=MAIN GHC_VER=8.4.4 BUILD=CABAL CABAL_VER=2.2
15+
- env:
16+
GHC_VER=8.4.4
17+
CABAL_VER=2.2
18+
ALEX_VER=3.2.5
19+
HAPPY_VER=1.19.12
1620
addons:
1721
apt:
1822
packages:
@@ -22,14 +26,14 @@ matrix:
2226
- hvr-ghc
2327

2428
before_install:
25-
- export PATH=/opt/ghc/$GHC_VER/bin:/opt/cabal/$CABAL_VER/bin:/opt/alex/3.1.7/bin:/opt/happy/1.19.5/bin:~/.cabal/bin/:$PATH;
29+
- export PATH=/opt/ghc/$GHC_VER/bin:/opt/cabal/$CABAL_VER/bin:/opt/alex/$ALEX_VER/bin:/opt/happy/$HAPPY_VER/bin:~/.cabal/bin/:$PATH;
2630

2731
install:
2832
- cabal update
2933
- sed -i 's/^jobs:/-- jobs:/' $HOME/.cabal/config
3034

3135
# installing dependencies
32-
- cabal install alex happy cpphs
36+
- cabal install alex-$ALEX_VER happy-$HAPPY_VER cpphs
3337

3438
# installing Agda
3539
# Even if there seems to be duplicated code for master & experimental,

0 commit comments

Comments
 (0)