Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
added travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
cryogenian committed Jun 7, 2017
1 parent 1f4c1d8 commit 66247f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
dist: trusty
sudo: required
node_js: stable
install:
- npm install
- npm install -g bower
- bower install
script:
- npm run build:browser
after_success:
- >-
test $TRAVIS_TAG &&
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push

0 comments on commit 66247f3

Please sign in to comment.