This website works better with JavaScript.
首頁
探索
說明
登入
TechnikNews
/
PublicAPIs
镜像来自
https://github.com/public-apis/public-apis
關註
1
收藏
2
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
revert travis config
pull/441/head
Dave Machado
7 年之前
父節點
b50073d2a3
當前提交
18438d8cbc
共有
1 個文件被更改
,包括
2 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-5
.travis.yml
+ 2
- 5
.travis.yml
查看文件
@@ -1,17 +1,14 @@
language:
python
language:
node_js
notifications:
email: false
before_install:
- rvm install 2.4.0
- wget https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/requirements.txt
install:
- gem install httparty ruby-progressbar
- pip install build-bot
- pip install -r requirements.txt
before_script:
- cd build
script:
- ./main.sh
after_success:
- ./build.sh
- ./deploy.sh
- ./deploy.sh
Write
Preview
Loading…
取消
儲存