Skip to content

Commit

Permalink
Trying to manipulate directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal J. Gajda committed Nov 19, 2018
1 parent 087010f commit 04a309f
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ install:
- echo $TRAVIS_BUILD_DIR
- echo $PWD
- ls
- cd ${TRAVIS_BUILD_DIR}
- bundle install --deployment
script:
- bundle exec danger
Expand All @@ -175,26 +176,21 @@ script:
- if $UNCONSTRAINED; then rm -f cabal.project.local; echo cabal new-build -w ${HC}
--disable-tests --disable-benchmarks all; else echo "Not building without installed
constraints"; fi
- cd ${TRAVIS_BUILD_DIR}

jobs:
include:
- stage: Test
- stage: Deploy
script: skip
install: skip
deploy:
- provider: hackage
username: MichalGajda
password:
secure: OMW1v4MU5O6xZz0w8tzetjFtx1Ng1mQb4NNKI/BfBlaQtDIBT89FSX3rpdUoe+8rEDmOJcDa5/mnbPGon4L4GeFIu0RTKKJSG0ZAx0P7ngxWQoZGrjZqP6YhLPHsmXGouiy85Kf/AHTAvw2r1Tqk0gEe5zdcxnwDXo3CyuEIL+0=
on:
repo: mgajda/homplexity
tags: true
- provider: releases
api_key:
secure: iFBLl85gDvjrrlYXSGI1x9RB4J5GjmTEv3NDjtx19HHdine7QBhoyxFxjVXwKNsJ7w7dWLgzd0KIvOJgTm9ts9GLEkal3JepzhXVpPLus0GoDnHLKjP+Z1yHTyxcqx9uhzi5Pp7WeqFASDyEon2o6l21ICcaZacvqx9PzHB3HoQ=
file: $TRAVIS_BUILD_DIR/static/homplexity
on:
repo: mgajda/homplexity
tags: true
deploy:
- provider: hackage
username: MichalGajda
password:
secure: OMW1v4MU5O6xZz0w8tzetjFtx1Ng1mQb4NNKI/BfBlaQtDIBT89FSX3rpdUoe+8rEDmOJcDa5/mnbPGon4L4GeFIu0RTKKJSG0ZAx0P7ngxWQoZGrjZqP6YhLPHsmXGouiy85Kf/AHTAvw2r1Tqk0gEe5zdcxnwDXo3CyuEIL+0=
on:
repo: mgajda/homplexity
tags: true
- provider: releases
api_key:
secure: iFBLl85gDvjrrlYXSGI1x9RB4J5GjmTEv3NDjtx19HHdine7QBhoyxFxjVXwKNsJ7w7dWLgzd0KIvOJgTm9ts9GLEkal3JepzhXVpPLus0GoDnHLKjP+Z1yHTyxcqx9uhzi5Pp7WeqFASDyEon2o6l21ICcaZacvqx9PzHB3HoQ=
file: $TRAVIS_BUILD_DIR/static/homplexity
on:
repo: mgajda/homplexity
tags: true

0 comments on commit 04a309f

Please sign in to comment.