Skip to content

Commit

Permalink
Set up Travis CI (#1)
Browse files Browse the repository at this point in the history
* Set up Travis CI

* Install node dependencies with yarn, for tests
  • Loading branch information
paulyoung authored Feb 21, 2018
1 parent fce7393 commit 613d160
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
dist: trusty
sudo: required
node_js: 6
install:
- npm install -g yarn
- yarn global add purescript pulp bower purescript-psa
- export PATH="$PATH:`yarn global bin`"
- bower install
- yarn install
script:
- pulp test
after_success:
- >-
test $TRAVIS_TAG &&
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push

0 comments on commit 613d160

Please sign in to comment.