Update .travis.yml

This commit is contained in:
huangyuhui
2016-02-25 23:02:23 +08:00
parent fe019b8f0f
commit 761e671ecf
2 changed files with 2 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ jdk:
- oraclejdk8 - oraclejdk8
deploy: deploy:
provider: releases provider: releases
api_key: api_key: 1ab883a4d25412928662c5e7afe722585730eade
secure: 1ab883a4d25412928662c5e7afe722585730eade
file: build/libs/* file: build/libs/*
skip_cleanup: true skip_cleanup: true

View File

@@ -18,7 +18,6 @@
package org.jackhuang.hellominecraft.launcher.core.version; package org.jackhuang.hellominecraft.launcher.core.version;
import java.io.File; import java.io.File;
import org.jackhuang.hellominecraft.launcher.core.download.DownloadType;
/** /**
* *
@@ -52,7 +51,7 @@ public class MinecraftOldLibrary extends MinecraftLibrary {
@Override @Override
public LibraryDownloadInfo getDownloadInfo() { public LibraryDownloadInfo getDownloadInfo() {
return null; return new LibraryDownloadInfo();
} }
} }