summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* [node] Drop Node 5 from build matrix (fixes #4370)John Firebaugh2016-03-211-13/+0
|
* [tests] Upload coverage reports to coveralls.ioBruno de Oliveira Abinader2016-02-201-0/+11
|
* [node] Drop 0.10 from build; require v4+John Firebaugh2016-01-201-12/+0
|
* Removed OS X SDK from build matrixMinh Nguyễn2016-01-051-7/+0
|
* Move platform scripts into platformsJohn Firebaugh2015-12-161-4/+4
|
* [ios] Remove vestigial environment variables from .travis.ymlJohn Firebaugh2015-12-161-7/+0
|
* [build] use ccacheKonstantin Käfer2015-12-071-13/+22
|
* [test] restructure .travis.yml and remove Android tests from TravisKonstantin Käfer2015-12-071-69/+74
| | | | they're now built on Bitrise
* [node] Drop node 0.12 from build matrixJohn Firebaugh2015-12-071-10/+0
|
* [build] Add clang-tidy to TravisKonstantin Käfer2015-12-031-1/+7
|
* [node] test and publish binaries for Node.js v5.xMike Morris2015-11-251-0/+10
|
* [android] #2891 - 23.0.2 Take 2Brad Leege2015-11-051-4/+4
|
* [android] #2891 - Going back to Android Build Tools 23.0.1Brad Leege2015-11-031-4/+4
|
* [android] Update to build tools 23.0.2Leith Bade2015-11-031-4/+4
| | | | Fixes #2891
* Optimize Travis build order: start osx builds firstJohn Firebaugh2015-10-231-33/+33
| | | | Travis seems to queue jobs in the order listed in .travis.yml, so put the slower jobs first in an attempt to reduce the overall time for a build.
* [iOS] Don't build iOS on Travis, it's too slowJohn Firebaugh2015-10-231-3/+0
|
* Revert "[node] pin to Node.js v4.1 until #2597 is resolved"Mike Morris2015-10-131-2/+2
| | | | This reverts commit d1029d0fac12f678c9ecd68a603231ed036b4fbd.
* [node] pin to Node.js v4.1 until #2597 is resolvedMike Morris2015-10-131-2/+2
|
* [node] add support for Node.js v4.1.x and update changelogMike Morris2015-09-301-2/+2
|
* [osx] build OS X with Xcode 7Mike Morris2015-09-241-4/+4
| | | | | patch mason to set 'tbh' MASON_DYNLIB_SUFFIX on iOS 9+ and OS X 10.11+
* Upgrade Travis to Xcode 7 imageMinh Nguyễn2015-09-151-1/+1
| | | | Only for iOS. OS X remains on Xcode 6.4.
* Update to Android build tools 23.0.1Leith Bade2015-09-111-4/+4
| | | | Closes #2303
* add io.js v3.x supportMike Morris2015-09-091-2/+2
|
* #2253 - Adding extra-google-m2repository nowBrad Leege2015-09-031-4/+4
|
* #2253 - Adding extra-android-supportBrad Leege2015-09-031-4/+4
|
* back to nvm node installs on travisMike Morris2015-08-281-6/+6
|
* xcode6.4Mike Morris2015-08-261-0/+3
|
* add FLAVOR=node to build matrixMike Morris2015-08-251-0/+27
|
* Install only needed Android SDK components on TravisLeith Bade2015-08-181-4/+4
|
* Update to Android API 23 for Android MLeith Bade2015-08-181-4/+4
| | | | Closes #2104
* Remove MIPS target from Travis build matrixLeith Bade2015-08-131-7/+0
| | | | See #1683
* Opt into Xcode 6.4Minh Nguyễn2015-07-111-2/+2
|
* test on Xcode 6.4 / iOS 8.4Justin R. Miller2015-07-081-2/+2
|
* Opt-in to Travis Xcode 6.3 betaJohn Firebaugh2015-05-291-0/+2
| | | | http://blog.travis-ci.com/2015-05-26-xcode-63-beta-general-availability/
* fix Travis stage nameKonstantin Käfer2015-05-191-1/+1
|
* Upload headless results in after_scriptJohn Firebaugh2015-05-141-0/+3
| | | | | I need to see the results even for passing builds, so I can tell how allowed failures are still failing.
* Don't do things that set -e in Travis's shellJohn Firebaugh2015-05-131-4/+1
| | | | | | | | | | | | | | | Sourcing files that set flags bleed into Travis' wrapper script, which messes with their workflow, e.g. preventing after_failure scripts from triggering. These changes fix that: * Move exported variables from install.sh to setup.sh, so install.sh doesn't have to be sourced. * Source setup.sh from run.sh, rather than directly from .travis.yml. In addition, as a good practice, remove `set -e` etc. from setup.sh, and add a comment not to add them back. It's the sourcing script's responsibility to set these flags.
* source install.sh to export mason on PATHMike Morris2015-05-121-1/+1
|
* Revert "Revert "Merge pull request #1429 from mapbox/travis-setup""Mike Morris2015-05-121-0/+6
| | | | | | | This reverts commit 3ccb0b5610a716b8c2bb602cc52f96bc2fb2ff03. Conflicts: .travis.yml
* Run correct after_failure scriptJohn Firebaugh2015-05-121-1/+1
|
* Revert "Merge pull request #1429 from mapbox/travis-setup"John Firebaugh2015-05-111-7/+1
| | | | | This reverts commit 9a233c7ed295a73da1abf3a7feffe6eec2cf9963, reversing changes made to 642024af6da577fe4a50e262b4a0b4e2aff7ebaf.
* break out setup.sh from run.shMike Morris2015-05-071-1/+7
| | | | | | | | | | | | | | | | chmod +x drop travis_helper from android and ios source travis_helper.sh before_install only run setup.sh if file exists explicitly local paths explicit if statement in before_install source setup.sh
* Update to lastest Android SDKLeith Bade2015-05-061-5/+5
|
* Build with clang 3.5John Firebaugh2015-05-041-6/+6
|
* Build with gcc 4.9John Firebaugh2015-05-041-4/+4
|
* correctly execute after_failure scriptKonstantin Käfer2015-04-281-1/+1
|
* only install required depsKonstantin Käfer2015-04-281-37/+32
|
* use custom boostKonstantin Käfer2015-04-281-2/+0
|
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-72/+78
|
* fixes #830, #880: bring back iOS functional testsJustin R. Miller2015-04-231-0/+5
|