diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6793a59..a740f4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ addons: - build-essential - liboctave-dev - octave-signal + - octave-struct + - octave-communications + - octave-strings script: - cd $TRAVIS_BUILD_DIR/ |