Skip to content

Commit

Permalink
Regenerate .travis.yml
Browse files Browse the repository at this point in the history
This commit was performed automatically by a script.
https://github.com/RyanGlScott/travis-maintenance
  • Loading branch information
RyanGlScott committed Jan 12, 2019
1 parent 4772247 commit fb5e005
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ install:
- "echo ' type: git' >> cabal.project"
- "echo ' location: https://github.com/goldfirere/th-desugar' >> cabal.project"
- "echo ' tag: 8495349a53f4bc3bde30378f2d85a07aae53bdbd' >> cabal.project"
- "echo 'package th-desugar' >> cabal.project"
- "echo ' tests: False' >> cabal.project"
- "echo ' benchmarks: False' >> cabal.project"
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
- touch cabal.project.local
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- singletons | grep -vw -- accept-all | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
Expand Down Expand Up @@ -113,6 +116,9 @@ script:
- "echo ' type: git' >> cabal.project"
- "echo ' location: https://github.com/goldfirere/th-desugar' >> cabal.project"
- "echo ' tag: 8495349a53f4bc3bde30378f2d85a07aae53bdbd' >> cabal.project"
- "echo 'package th-desugar' >> cabal.project"
- "echo ' tests: False' >> cabal.project"
- "echo ' benchmarks: False' >> cabal.project"
- "printf 'write-ghc-environment-files: always\\n' >> cabal.project"
- touch cabal.project.local
- "if ! $NOINSTALLEDCONSTRAINTS; then for pkg in $($HCPKG list --simple-output); do echo $pkg | grep -vw -- singletons | grep -vw -- accept-all | sed 's/^/constraints: /' | sed 's/-[^-]*$/ installed/' >> cabal.project.local; done; fi"
Expand Down

0 comments on commit fb5e005

Please sign in to comment.