This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge
1fc8d63f8b
into
ab87ee6b48
pull/1349/merge
xoviat
GitHub
8 years ago
parent
ab87ee6b48
1fc8d63f8b
commit
aee6dfc1a0
1 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
.travis.yml
+ 5
- 4
.travis.yml
View File
@@ -1,9 +1,9 @@
# XXX: Precise is already deprecated, new default is Trusty.
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
dist: precise
sudo: true
dist: trusty
sudo: false
language: c
cache: ccache
jobs:
include:
- &test-ubuntu
@@ -59,6 +59,7 @@ jobs:
- stage: test
compiler: gcc
sudo: true
addons:
apt:
packages:
Write
Preview
Loading…
Cancel
Save