Skip to content

Commit

Permalink
Use the current branch, fix purescript#43 (purescript#44)
Browse files Browse the repository at this point in the history
* Use the current branch, fix purescript#43

* Update .travis.yml

* Update .travis.yml

* Use a script
  • Loading branch information
paf31 committed Jan 6, 2017
1 parent 2ac928b commit c33733a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ install:
- chmod a+x $HOME/purescript

script:
- psc-package init
- psc-package verify-set
- ./travis.sh
4 changes: 4 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo '{ "name": "", "set": "testing", "source": "", "depends": [] }' > psc-package.json
mkdir -p .psc-package/testing/.set
cp packages.json .psc-package/testing/.set/packages.json
psc-package verify-set

0 comments on commit c33733a

Please sign in to comment.