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

Commit 446ff3f

Browse files
committed
Switch to more reliable travis build; switch to pulp
- The trusty image has more juice apparently; switching to this results in a much faster, more reliable build, and seems to solve the problem where about 90% of the time, psc reports no output for more than 10 minutes. - Use pulp instead of gulp, since pulp is easier and it doesn't appear that we're getting anything special from gulp at this point.
1 parent aee1603 commit 446ff3f

File tree

3 files changed

+6
-92
lines changed

3 files changed

+6
-92
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
2-
sudo: false
2+
dist: trusty
3+
sudo: required
34
node_js:
4-
- 4
5+
- 5
56
install:
6-
- npm install gulp bower -g
7+
- npm install pulp bower -g
78
- npm install && bower install
89
script:
9-
- gulp test
10+
- pulp test

gulpfile.js

Lines changed: 0 additions & 83 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"gulp": "^3.9.0",
5-
"gulp-purescript": "^0.7.0",
6-
"gulp-run": "^1.6.8",
7-
"purescript": "^0.7.6",
8-
"run-sequence": "^1.1.1"
4+
"purescript": "^0.7.6"
95
}
106
}

0 commit comments

Comments
 (0)