This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#24) added in .travis.yml and badge to README.md
- Loading branch information
Henry J. Wylde
committed
Oct 21, 2015
1 parent
7fe0f81
commit 314f2c8
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: haskell | ||
|
||
sudo: false | ||
|
||
before_install: | ||
- mkdir -p ~/.local/bin | ||
- export PATH=~/.local/bin:$PATH | ||
- travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.6.0/stack-0.1.6.0-linux-x86_64.tar.gz | tar xz -C ~/.local/bin --strip=1 stack-0.1.6.0-linux-x86_64/stack | ||
|
||
install: | ||
- travis_wait stack --no-terminal --skip-ghc-check setup | ||
- travis_wait stack --no-terminal --skip-ghc-check test --only-snapshot | ||
|
||
script: | ||
- stack --no-terminal --skip-ghc-check test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters