diff options
author | ttt | 2018-05-22 13:46:15 +0530 |
---|---|---|
committer | ttt | 2018-05-22 13:46:15 +0530 |
commit | 24e70f6edc8fb7d5faafc768a2928717e4b22e82 (patch) | |
tree | 58da8f74e4c5646940978f7ccc0655055ccb34f3 /.travis.yml | |
download | FOSSEE-Communication-Systems-Toolbox-24e70f6edc8fb7d5faafc768a2928717e4b22e82.tar.gz FOSSEE-Communication-Systems-Toolbox-24e70f6edc8fb7d5faafc768a2928717e4b22e82.tar.bz2 FOSSEE-Communication-Systems-Toolbox-24e70f6edc8fb7d5faafc768a2928717e4b22e82.zip |
added macros, travis and gitignore
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1b45475 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: scilab + +before_install: + - sudo apt-get install scilab + |