File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change 1
- dist : trusty
2
- sudo : false
3
1
language : c
4
2
cache :
5
3
directories :
6
- - " ~/.stack/"
4
+ - " ~/.stack/"
5
+
7
6
addons :
8
7
apt :
9
8
packages :
10
9
- libgmp-dev
10
+
11
11
before_install :
12
- - mkdir -p ~/.local/bin
13
- - export PATH=$HOME/.local/bin:$PATH
14
- - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
15
- - rvm use 2.1 --install --binary --fuzzy
12
+ - mkdir -p ~/.local/bin
13
+ - export PATH=$HOME/.local/bin:$PATH
14
+ - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
15
+ - rvm use 2.1 --install --binary --fuzzy
16
+
16
17
install :
17
- - travis_wait 30 stack --install-ghc --copy-bins install language-python
18
- - travis_wait 30 stack --install-ghc --copy-bins build
19
- - stack install hlint
20
- - gem install danger danger-hlint
18
+ - travis_wait 30 stack --install-ghc --copy-bins install language-python
19
+ - travis_wait 30 stack --install-ghc --copy-bins build
20
+ - stack install hlint
21
+ - gem install danger danger-hlint
22
+
21
23
script :
22
- - stack test --only-dependencies
23
- - " ./bin/hlint '--ignore=Parse error' src"
24
- - " ./bin/hlint '--ignore=Parse error' app"
25
- - PATH=./bin:$PATH danger
24
+ - stack test --only-dependencies
25
+ - " ./bin/hlint '--ignore=Parse error' src"
26
+ - " ./bin/hlint '--ignore=Parse error' app"
27
+ - PATH=./bin:$PATH danger
26
28
27
29
deploy :
28
30
provider : releases
You can’t perform that action at this time.
0 commit comments