Skip to content

Instantly share code, notes, and snippets.

@zkessin
Created May 15, 2014 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zkessin/d7e7001c7c74971b1607 to your computer and use it in GitHub Desktop.
Save zkessin/d7e7001c7c74971b1607 to your computer and use it in GitHub Desktop.
.travis.yml for using QuickCheck
language: erlang
notifications:
disabled: true
install:
- wget http://www.quviq.com/downloads/eqcmini.zip
- unzip eqcmini.zip
- export ERL_LIBS=eqcmini
script:
- make deps_eunit
- make eunit
otp_release:
- 17.0
- R16B03-1
- R16B02
- R16B01
- R16B
- R15B02
- R15B01
- R15B
- R14B04
- R14B03
- R14B02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment