summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7d702f4f0b9600c01b51e00570d9677906b3f3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
language: scilab

before_install:
 - sudo apt-get install scilab
 - sudo apt-get install octave
 - sudo apt-get install build-essential
 - sudo apt-get install liboctave-dev

script:
 - octave-cli tests/oct-setup.m
 - scilab -nw -f tests/test.sce