Skip to content

Commit

Permalink
travis-ci: basic continuous integration with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Aug 27, 2015
1 parent 330628d commit bc26cbd
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
language: erlang

otp_release:
- 18.0

sudo: false

addons:
apt:
packages:
- autoconf
- libncurses-dev
- build-essential
- libssl-dev
- libwxgtk2.8-dev
- libgl1-mesa-dev
- libglu1-mesa-dev
- libpng3
- default-jdk
- g++

before_script:
- set -e
- export ERL_TOP=$PWD
- export PATH=$ERL_TOP/bin:$PATH
- export ERL_LIBS=''
- kerl_deactivate

script:
- ./otp_build all -a

after_success:
- ./otp_build tests

0 comments on commit bc26cbd

Please sign in to comment.