Commit 4d706ef1 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Enable OS-X testing on Travis (#11141)

Fixes #7894
parent d82ca0f6
os: os:
- linux - linux
- osx
sudo: false sudo: false
filter_secrets: false filter_secrets: false
addons: addons:
...@@ -23,6 +24,7 @@ env: ...@@ -23,6 +24,7 @@ env:
before_script: before_script:
- ./dev/bots/travis_setup.sh - ./dev/bots/travis_setup.sh
script: 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) - (./bin/cache/dart-sdk/bin/dart ./dev/bots/test.dart && ./dev/bots/travis_upload.sh)
cache: cache:
directories: directories:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment