Skip to content

Commit

Permalink
Fix travis config to also build ide-backend-server
Browse files Browse the repository at this point in the history
+ update README.md

See commercialhaskell/stack#701 for why this
is necessary.
  • Loading branch information
mgsloan committed Aug 1, 2015
1 parent 41d45e3 commit 43704c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ install:
- ./travis_long stack --no-terminal --skip-ghc-check test --only-snapshot

script:
- ./travis_long stack --no-terminal --skip-ghc-check build ide-backend-server
- ./travis_long stack --no-terminal --skip-ghc-check test
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ build ide-backend. Once you have stack, run `stack install`.

## Running the tests

To run the tests, just do `stack test`. This won't run a complete
test, as it will only use your current GHC version, but that should be
sufficient for most development. We can leave it to
[travis](https://travis-ci.org/fpco/ide-backend) to try multiple GHC
versions.
To run the tests, `stack build ide-backend-server && stack test`.
This won't run a complete test, as it will only use your current GHC
version, but that should be sufficient for most development. We can
leave it to [travis](https://travis-ci.org/fpco/ide-backend) to try
multiple GHC versions.

Note: Hopefully soon this will merely be `stack test`. See
[this issue](https://github.com/commercialhaskell/stack/issues/701).

## Hello World

Expand Down

0 comments on commit 43704c6

Please sign in to comment.