1
0
Fork 0

added travis

This commit is contained in:
Frank Celler 2015-01-30 09:59:44 +01:00
parent 07733c672a
commit 79d3b96ed8
1 changed files with 19 additions and 16 deletions

View File

@ -1,3 +1,18 @@
branches:
only:
- master
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- devel
language: cpp
compiler: g++
@ -27,20 +42,8 @@ install:
- sudo apt-get -y install gdb
before_script: "bash -c Installation/travisCI/before_script.sh"
script: "bash -c Installation/travisCI/script.sh"
script:
- "bash -c Installation/travisCI/build.sh"
- "bash -c Installation/travisCI/jslint.sh"
- "bash -c Installation/travisCI/tests.sh"
after_failure: "bash -c Installation/travisCI/after_failure.sh"
branches:
only:
- master
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- devel