@@ -5,11 +5,11 @@ This page documents how to use Stack on
55familiarity with Travis. We provide two fully baked example files
66ready to be used on your projects:
77
8- * [ The simple Travis configuration] ( https://raw.githubusercontent.com/commercialhaskell/stack/master /doc/travis-simple.yml )
8+ * [ The simple Travis configuration] ( https://raw.githubusercontent.com/commercialhaskell/stack/stable /doc/travis-simple.yml )
99 is intended for applications that do not require multiple GHC
1010 support or cross-platform support. It builds and tests your project
1111 with just the settings present in your ` stack.yaml ` file.
12- * [ The complex Travis configuration] ( https://raw.githubusercontent.com/commercialhaskell/stack/master /doc/travis-complex.yml )
12+ * [ The complex Travis configuration] ( https://raw.githubusercontent.com/commercialhaskell/stack/stable /doc/travis-complex.yml )
1313 is intended for projects that need to support multiple GHC versions
1414 and multiple OSes, such as open source libraries to be released to
1515 Hackage. It tests against cabal-install, as well as Stack on Linux
@@ -28,7 +28,9 @@ repo, enable Travis on the repo, and you're good to go.
2828
2929You may also be interested in using AppVeyor, which supports Windows
3030builds, for more cross-platform testing. There's a
31- [ short blog post available on how to do this] ( http://www.snoyman.com/blog/2016/08/appveyor-haskell-windows-ci ) .
31+ [ short blog post available on how to do this] ( http://www.snoyman.com/blog/2016/08/appveyor-haskell-windows-ci ) ,
32+ or just copy in
33+ [ the appveyor.yml file] ( https://raw.githubusercontent.com/commercialhaskell/stack/stable/doc/appveyor.yml )
3234
3335The rest of this document explains the details of common Travis
3436configurations for those of you who want to tweak the above
0 commit comments