mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5 from yui-knk/use_new_container_based_infrastructure
Use the new container-based test infrastructure on travis ci
This commit is contained in:
+8
-4
@@ -1,10 +1,14 @@
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- rake
|
||||
- bison
|
||||
- git
|
||||
- gperf
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
install:
|
||||
- sudo apt-get -qq install rake bison git gperf
|
||||
script:
|
||||
- rake test
|
||||
|
||||
Reference in New Issue
Block a user