summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-06-20Set jobs to 4 since it have 2 CPUs.take-cheeze
2018-06-20disable sudo.take-cheeze
2017-12-12Revert "Update `.travis.yml` to use `gcc-6`"Yukihiro "Matz" Matsumoto
This change caused Travis CI errors on OSX. This reverts commit c76631d445db1307b50fe89642cf494508153bb8.
2017-12-12Revert "Update .travis.yml"Yukihiro "Matz" Matsumoto
This reverts commit f73ac4112fe8afeadb30cda340cb7fa7cd3b7444. This change caused Travis errors.
2017-12-11Update .travis.ymlYukihiro "Matz" Matsumoto
2017-12-11Update .travis.ymlYukihiro "Matz" Matsumoto
2017-12-11Update `.travis.yml` to use `gcc-6`Yukihiro "Matz" Matsumoto
The patch is created by @take_cheese in #3872
2016-11-16Remove webhook notification for Travis CIHiro Asari
As travis-rubies now uses 3 Mac jobs to create archives for various OS releases. This is a bit wasteful if multiple builds pass in a short period. Instead, Travis CI is now running a nightly build of mruby-head (around 22:30 UTC). This will happen regardless of the state of the master branch.
2015-12-07Test against latest xcodeZachary Scott
/cc @banzaiman https://github.com/mruby/mruby/commit/bfcc55fbf98665b33ca7110349aeb66d3ef0df1d#commitcomment-14812510
2015-10-03travis-CI migrationYukihiro "Matz" Matsumoto
Migrating from legacy to container-based infrastructure. http://docs.travis-ci.com/user/migrating-from-legacy/
2015-08-03Try building on Xcode 6.4Hiro Asari
The default 6.1 was slow
2015-08-03Add OS X build to the matrixHiro Asari
2015-08-03Build matrix of size 2Hiro Asari
2015-08-03Update package listHiro Asari
2015-08-03Set language, and use the new Trusty envHiro Asari
2014-04-04Update mruby-head installed on Travis CIKonstantin Haase
This way other projects can test against it.
2013-06-06install gperf to prevent accidental compile errorYukihiro "Matz" Matsumoto
2013-03-27Fix .travis.ymlmattn
2013-03-21remove gperf installation that is not needed if src/lex.def is properly ↵Yukihiro Matz Matsumoto
updated; cancel #1037
2013-03-20Update Travis CI build to install gperf.Carson McDonald
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
Added minirake what's Rake subset
2012-05-30Add .travis.yml.NARUSE, Yui