Skip to content

Commit

Permalink
Travis experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
phitsc committed Jan 15, 2016
1 parent 6762826 commit 997dbb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
bin/
txtproc/
.dub
dub.selections.json
*.tmp
Expand Down
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,8 @@ install:
script:
- dub test -b unittest-cov
- ./doveralls
- dub build -b releases

after_success:
- tar caf txtproc-$TRAVIS_TAG-x86_64.tar.gz

2 changes: 1 addition & 1 deletion dub.json
Expand Up @@ -7,7 +7,7 @@
"authors": [
"Philipp Tschannen"
],
"targetPath": "bin",
"targetPath": "txtproc",
"configurations": [
{
"name": "application",
Expand Down

0 comments on commit 997dbb0

Please sign in to comment.