소스 검색

build: use a different Travis-CI environment.

Travis-CI is so out of date that if you want something as simple as
libsdl2-dev you need to enable sudo and use the huge VM environment
instead of the containers that boot in a few seconds.
legacy
Sam Hocevar 8 년 전
부모
커밋
99bcb22466
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      .travis.yml

+ 2
- 1
.travis.yml 파일 보기

@@ -1,4 +1,5 @@
sudo: false
sudo: required
dist: trusty
language: c++
env: VERBOSE=1



불러오는 중...
취소
저장