summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-03-06 09:39:29 -0600
committerAdam Mitz <mitza@ociweb.com>2015-03-06 09:39:29 -0600
commita9859274acb54b1193660d49d86749d71b820401 (patch)
tree6246d97e60f35dc66e9a577428c2c19996dece13
parentb3e829bc1e2d4d37de89d83408a1c487b3892ba2 (diff)
downloadATCD-a9859274acb54b1193660d49d86749d71b820401.tar.gz
Run fuzz script first on Travis CI.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee7002a9e70..eae990d0ca5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ compiler:
- gcc
env:
matrix:
+ - FUZZ=1
- CORBAEMICRO=1 ACEFORTAO=0
- CORBAECOMPACT=1 ACEFORTAO=0
- ACEFORTAO=1
@@ -10,7 +11,6 @@ env:
- CCMLW=1 ACEFORTAO=0
- CCMNOEVENT=1 ACEFORTAO=0
- ACETESTS=1 ACEFORTAO=0
- - FUZZ=1
global:
- ACE_ROOT=$TRAVIS_BUILD_DIR/ACE
- TAO_ROOT=$TRAVIS_BUILD_DIR/TAO