Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Aug 2, 2018
1 parent b4fe89a commit b4c173b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ script:
- mv $BINPATH1 atspkg-$TARGET
- mv $BINPATH2 atsfmt-$TARGET
- mv $BINPATH3 hs2ats-$TARGET
- mv $BINPATH4 cdeps-$TARGET
- strip atspkg-$TARGET
- strip atsfmt-$TARGET
- strip hs2ats-$TARGET
- strip cdeps-$TARGET
- du -h atspkg-$TARGET
- cd ats-pkg/test/data/hello-world
- ../../../../atspkg-$TARGET run -vv
Expand All @@ -91,7 +89,6 @@ deploy:
- atspkg-$TARGET
- atsfmt-$TARGET
- hs2ats-$TARGET
- cdeps-$TARGET
on:
tags: true
provider: releases
Expand Down
2 changes: 1 addition & 1 deletion ats-pkg/ats-pkg.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: ats-pkg
version: 3.1.0.10
version: 3.1.0.11
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2018 Vanessa McHale
Expand Down
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ constraints:
reflection -template-haskell

executable-stripping: true
documentation: true

optimization: 2

Expand Down

0 comments on commit b4c173b

Please sign in to comment.