Skip to content

Commit 830f2b9

Browse files
committed
Trying to fix travis build
1 parent dab9d93 commit 830f2b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ install:
99
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
1010
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1111
- chmod a+x $HOME/purescript
12+
- npm install bower
1213
- npm install
1314
script:
1415
- npm run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"big-integer": "^1.6.9"
88
},
99
"devDependencies": {
10-
"pulp": "^4.0.2",
10+
"pulp": "^6.2.0",
1111
"rimraf": "^2.4.1"
1212
}
1313
}

0 commit comments

Comments
 (0)