Skip to content

Commit

Permalink
Fix running tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Schlitter committed Oct 23, 2018
1 parent 0343467 commit 36fa17d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ sudo: required
node_js: stable
install:
- make deps
env:
global:
- PATH=node_modules/.bin:$PATH
script:
- make purec
- make test
3 changes: 2 additions & 1 deletion upstream/tests/support/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "purescript-test-suite-support",
"dependencies": {
"purescript-arrays": "5.0.0",
"purescript-arrays": "Lupino/purescript-arrays#5eabed2fd0c7105d78d47051ea9b110c8024ccca",
"purescript-assert": "pure-c/purescript-assert#master",
"purescript-bifunctors": "4.0.0",
"purescript-console": "pure-c/purescript-console#master",
Expand Down Expand Up @@ -38,6 +38,7 @@
"purescript-unsafe-coerce": "pure-c/purescript-unsafe-coerce#master"
},
"resolutions": {
"purescript-arrays": "5eabed2fd0c7105d78d47051ea9b110c8024ccca",
"purescript-assert": "master",
"purescript-console": "master",
"purescript-control": "master",
Expand Down

0 comments on commit 36fa17d

Please sign in to comment.