Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix deps #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ install:
- npm install -g yarn
- yarn global add purescript@^0.12.0 pulp@^12.3.0 bower purescript-psa@^0.6.0
- export PATH="$PATH:`yarn global bin`"
- bower install
- bower install --production
script:
- pulp build
- bower install
- pulp test --include examples
after_success:
- >-
Expand Down
2 changes: 2 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"purescript-prelude": "^4.0.0",
"purescript-console": "^4.0.0",
"purescript-lists": "^5.0.0",
"purescript-strings": "^4.0.1",
"purescript-arrays": "^5.2.0",
"purescript-tuples": "^5.0.0"
},
"devDependencies": {
Expand Down