This website works better with JavaScript.
首頁
探索
說明
註冊
登入
Compoment
/
BPA.CAP
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update .travis.yml
master
Savorboard
7 年之前
committed by
GitHub
父節點
2d6eed1bda
當前提交
0e357e70ec
共有
1 個文件被更改
,包括
8 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-4
.travis.yml
+ 8
- 4
.travis.yml
查看文件
@@ -2,10 +2,14 @@ language: cpp
sudo: required
dist: trusty
os:
- linux
- osx
matrix:
include:
- os: linux
dist: trusty # Ubuntu 14.04
sudo: required
- os: osx
osx_image: xcode8.3 # macOS 10.12
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Write
Preview
Loading…
取消
儲存