Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/.travis.yml

    r331 r439  
    66  include:
    77    - os: linux
    8       sudo: 9000
     8      sudo: false
    99    - os: osx
    1010      osx_image: xcode7.1
    1111
    12 addons:
    13   apt:
    14     packages:
    15       - gperf
    16 
    17 env: MRUBY_CONFIG=travis_config.rb
    18 script: "./minirake all test"
     12env:
     13  - MRUBY_CONFIG=travis_config.rb
     14script: "rake -m && rake test"
Note: See TracChangeset for help on using the changeset viewer.