Skip to content

Commit

Permalink
Merge PR #9: Update Eclipse formatter and use minimized tar ball
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr authored Mar 15, 2018
2 parents 81f12b6 + 3170c6c commit 85aaa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
install:
- |
export ECLIPSE_TAR=eclipse.tar.gz
export ECLIPSE_URL=http://archive.eclipse.org/eclipse/downloads/drops4/R-4.6.3-201703010400/eclipse-SDK-4.6.3-linux-gtk-x86_64.tar.gz
export ECLIPSE_URL=http://stefan-marr.de/downloads/eclipse-4.7.2-x86-64.tar.gz
wget ${ECLIPSE_URL} -O ${ECLIPSE_TAR}
tar -C ${TRAVIS_BUILD_DIR}/.. -xzf ${ECLIPSE_TAR}
export ECLIPSE_EXE=${TRAVIS_BUILD_DIR}/../eclipse/eclipse
Expand Down

0 comments on commit 85aaa23

Please sign in to comment.