From 4d706ef1a3d37b342ffe7ecd25612203d0c37552 Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Mon, 10 Jul 2017 15:30:37 -0700 Subject: [PATCH] Enable OS-X testing on Travis (#11141) Fixes #7894 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a58d3ee0444..ae222a6f628 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ os: - linux + - osx sudo: false filter_secrets: false addons: @@ -23,6 +24,7 @@ env: before_script: - ./dev/bots/travis_setup.sh script: + - ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976 - (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh) cache: directories: