summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-02-27 03:29:34 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-02-27 16:55:55 +0900
commitf2952847e65c998b6f543f1cc63a4e173e10b66a (patch)
treee5c0ac94356cd5a53823bc789ab5b334556970c7 /.travis.yml
parentfa53a3ce94eeed38367d238b3f7818105f3d7ce9 (diff)
downloadthrift-f2952847e65c998b6f543f1cc63a4e173e10b66a.tar.gz
THRIFT-3681 Fix Dart tutorial build
Client: Build (Dart) Patch: Nobuaki Sukegawa This closes #901
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index adcd0da64..7aa6efb73 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,16 +64,11 @@ env:
BUILD_ARG="--without-csharp --without-java --without-erlang --without-nodejs --without-lua --without-python --without-perl --without-php --without-php_extension --without-dart --without-ruby --without-haskell --without-go --without-haxe --without-d"
BUILD_ENV="-e CC=gcc -e CXX=g++"
- - TEST_NAME="Java Lua Perl PHP Python Ruby (automake)"
+ - TEST_NAME="Java Lua Perl PHP Python Ruby Dart (automake)"
BUILD_CMD="../autotools.sh"
- BUILD_ARG="--without-cpp --without-haskell --without-c_glib --without-csharp --without-d --without-dart --without-erlang --without-go --without-haxe"
+ BUILD_ARG="--without-cpp --without-haskell --without-c_glib --without-csharp --without-d --without-erlang --without-go --without-haxe"
- # Tutorial build is unstable
- - TEST_NAME="Dart (automake)"
- BUILD_CMD="../autotools.sh"
- BUILD_ARG="--without-cpp --without-haskell --without-c_glib --without-csharp --without-d --without-erlang --without-go --without-haxe --without-java --without-lua --without-nodejs --without-perl --without-php --without-php_extension --without-python --without-ruby --enable-tutorial=no"
-
- # These are flaky and also have lengthy output
+ # These are flaky (due to cabal and npm network/server failures) and also have lengthy output
- TEST_NAME="Haskell Node.js (automake)"
BUILD_CMD="../autotools.sh"
BUILD_ARG="--without-cpp --without-c_glib --without-csharp --without-d --without-dart --without-erlang --without-go --without-haxe --without-java --without-lua --without-perl --without-php --without-php_extension --without-python --without-ruby"