Skip to content

Commit

Permalink
Latest packages (#59)
Browse files Browse the repository at this point in the history
* Temporary package set for 0.11-rc.1

* Use v0.11.0-rc.1

* Download psc-package binary

* Add @garyb's latest work

* Update .travis.yml

* Update packages.json

* nonempty-4.0.0

* arrays

* enums, transformers, inject

* lists

* catenable-lists and semirings

* quickcheck

* free

* functors

* generics

* Update packages.json

* maps, sets, parallel, datetime

* typelevel-prelude

* orders, bump typelevel-prelude

* typelevel-prelude

* foreign, graphs

* Use v0.11.1

* arrays, lists
  • Loading branch information
paf31 authored Mar 29, 2017
1 parent 08cf02e commit e6328b9
Show file tree
Hide file tree
Showing 2 changed files with 970 additions and 4,031 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ cache:
directories:
- .psc-package
- output

env:
- PATH=$HOME/purescript:$PATH
- PATH=$HOME/purescript:$HOME/psc-package:$PATH

install:
- TAG=v0.10.7
- TAG=v0.11.1
- PSC_PACKAGE_TAG=v0.1.1
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
- chmod a+x $HOME/purescript

- wget -O $HOME/psc-package.tar.gz https://github.com/purescript/psc-package/releases/download/$PSC_PACKAGE_TAG/linux64.tar.gz
- tar -xvf $HOME/psc-package.tar.gz -C $HOME/
- chmod a+x $HOME/psc-package

script:
- ./travis.sh
Loading

0 comments on commit e6328b9

Please sign in to comment.