https://github.com/virtualagc/virtualagc
Revision 423a21ddaa1c3867372b485f068aa79e2302f769 authored by Mike Stewart on 05 September 2018, 06:04:25 UTC, committed by Mike Stewart on 05 September 2018, 06:04:25 UTC
1 parent 1dc947a
Raw File
Tip revision: 423a21ddaa1c3867372b485f068aa79e2302f769 authored by Mike Stewart on 05 September 2018, 06:04:25 UTC
Luminary130: Updated file headers and changelogs
Tip revision: 423a21d
.travis.yml
sudo: required

language: c

services:
  - docker

before_install:
  - docker build -t virtualagc .

script:
  - make missions
back to top