sustaining_gazes/matlab_version/face_validation/DeepLearnToolbox/.travis.yml

11 lines
249 B
YAML
Raw Normal View History

2016-04-28 21:40:36 +02:00
before_script:
- sudo apt-add-repository ppa:octave/stable --yes
- sudo apt-get update -y
- sudo apt-get install octave -y
- sudo apt-get install liboctave-dev -y
script:
- sh -c "octave tests/runalltests.m"
notifications:
email: false