Skip to content

Commit 42ac4b3

Browse files
authored
Merge pull request #22 from anttih/travis
Update node, pulp & purescript for travis
2 parents 315b0cd + 190845c commit 42ac4b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 5
4+
- 6
55
install:
66
- npm install bower -g
77
- npm install

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^8.0.0",
10-
"purescript": "^0.8.0"
9+
"pulp": "^11.0.0",
10+
"purescript": "^0.11.0"
1111
}
1212
}

0 commit comments

Comments
 (0)