Skip to content

Commit 49bfe36

Browse files
authored
Merge pull request #1 from slamdata/travis
Add travis build
2 parents f977c8b + b8341e3 commit 49bfe36

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
dist: trusty
3+
sudo: required
4+
node_js: stable
5+
install:
6+
- npm install -g bower
7+
- npm install
8+
- bower install
9+
script:
10+
- npm run -s build
11+
after_success:
12+
- >-
13+
test $TRAVIS_TAG &&
14+
echo $GITHUB_TOKEN | pulp login &&
15+
echo y | pulp publish --no-push

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"build": "pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"pulp": "^10.0.0",
9-
"purescript": "^0.10.5",
8+
"pulp": "^10.0.1",
9+
"purescript": "^0.10.7",
1010
"purescript-psa": "^0.4.0",
11-
"rimraf": "^2.5.4"
11+
"rimraf": "^2.6.1"
1212
},
1313
"dependencies": {
1414
"virtual-dom": "^2.1.1"

0 commit comments

Comments
 (0)