Skip to content

Commit add047d

Browse files
committed
Merge pull request #18 from thomaswue/master
Remove configuration files specific to Mercurial from the repository.
2 parents 2341199 + cd5ac33 commit add047d

File tree

4 files changed

+2
-27
lines changed

4 files changed

+2
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ truffle/TRUFFLE*dist/\.externalToolBuilders
1616
hs_err_pid*.log
1717
workingsets.xml
1818
\.idea
19+
*.swp

.hgignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

.hgtags

Lines changed: 0 additions & 11 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install:
88
- sudo pip install pylint==1.1.0
99
- pylint --version
1010
install:
11-
- hg clone https://bitbucket.org/allr/mx
11+
- git clone https://github.com/graalvm/mx.git
1212
- wget http://ftp.halifax.rwth-aachen.de/eclipse//eclipse/downloads/drops4/R-4.5.1-201509040015/ecj-4.5.1.jar
1313
- mv ecj-4.5.1.jar mx/ecj.jar
1414
- export JDT=mx/ecj.jar

0 commit comments

Comments
 (0)