This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
jdchain
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update .travis.yml
tags/1.1.0
jdchain
GitHub
6 years ago
parent
f265fd3590
commit
dbec216b25
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.travis.yml
+ 3
- 1
.travis.yml
View File
@@ -3,7 +3,9 @@ jdk:
- openjdk8
- openjdk8
before_install:
before_install:
- cd ./source
- cd ./tools
- mvn install:install-file -Dfile=core-0.1.4.jar -DgroupId=com.yahoo.ycsb -DartifactId=core -Dversion=0.1.4 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
- cd ../source
script:
script:
- mvn clean package -Dmaven.test.skip=true
- mvn clean package -Dmaven.test.skip=true
Write
Preview
Loading…
Cancel
Save