forked from JakeWheat/simple-sql-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
49 lines (38 loc) · 689 Bytes
/
.travis.yml
File metadata and controls
49 lines (38 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: haskell
dist: bionic
addons:
apt:
sources:
- deadsnakes
- sourceline: 'ppa:hvr/ghc'
git:
depth: 5
cache:
directories:
- $HOME/.cabal/packages
- $HOME/.cabal/store
- $HOME/.cabal/bin
branches:
only:
- master
- travis_stuff
cabal-install:
- 3.2
cabal:
- 3.2
ghc:
- 8.10.1
- 8.8.3
- 8.6.5
- 8.4.4
install:
- ghc --version
- cabal --version
- cabal update
- cabal check
- cabal outdated
- cabal build --enable-tests --enable-benchmarks -fparserexe
script:
- cabal run test:Tests -- --hide-successes --ansi-tricks=false
# todo: add making the website, this is good to check the entire set
# of deps to be able to do this