Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test pr #1

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6666ea4
969addbfcec9de075dc5dd93feac331510c175d9 replay gib_eks
DrRacket Feb 6, 2018
f9b8e80
a4e65af8279b48ee9142b9978a66227103542dea replay gib_eks
DrRacket Feb 6, 2018
1703263
28d2afe95a25f6f9ddc9afd0f664ac8cc0c929a0 replay gib_eks
DrRacket Feb 6, 2018
cdc1837
e6309db42d7e61d8a7b53005c58dde0dbd785734 replay gib_eks
DrRacket Feb 6, 2018
bdd90c9
4dd114bdb2d3fde0dafd6c62dc9a18fe5bed5f3c replay gib_eks
DrRacket Feb 6, 2018
51d1bbc
Update .travis.yml
DrRacket Mar 24, 2018
491425d
Update .travis.yml
DrRacket Mar 24, 2018
af6545a
Update .travis.yml
DrRacket Jun 8, 2018
8129162
Update .travis.yml
DrRacket Jun 8, 2018
0746630
Update .travis.yml
DrRacket Jun 8, 2018
42cc8fc
Update .travis.yml
DrRacket Jun 8, 2018
c0c1498
Update .travis.yml
DrRacket Jun 8, 2018
ddce4e4
Update .travis.yml
DrRacket Jun 8, 2018
fa796c3
Update .travis.yml
DrRacket Jun 8, 2018
1ac2ed3
Update .travis.yml
DrRacket Jun 8, 2018
0236cac
Update .travis.yml
DrRacket Jun 8, 2018
c8eb892
Update .travis.yml
DrRacket Jun 8, 2018
6cd7816
Update .travis.yml
DrRacket Jun 8, 2018
c9173a9
Update .travis.yml
DrRacket Jun 8, 2018
96af522
Update .travis.yml
DrRacket Jun 8, 2018
b75d2b3
Update .travis.yml
DrRacket Jun 8, 2018
a244b44
Update .travis.yml
DrRacket Jun 8, 2018
bf60a1e
Update .travis.yml
DrRacket Jun 9, 2018
1fbde97
Merge remote-tracking branch 'upstream/master' into test
DrRacket Jul 5, 2018
4963677
fail the build
DrRacket Jul 5, 2018
c5f5bfd
fail again
DrRacket Jul 5, 2018
daaddc3
sleep
DrRacket Jul 5, 2018
734cd90
sleep and fail
DrRacket Jul 5, 2018
099a021
fail
DrRacket Jul 5, 2018
693e4d3
sleep and then fail
DrRacket Jul 5, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 11 additions & 43 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,11 @@
language: java

jdk:
- openjdk7
- openjdk8

before_install:
- echo "BEFORE INSTALL"

before_script:
- echo "BEFORE SCRIPT"

install:
- echo "INSTALL"

script:
- echo "SCRIPT"
- cat $HOME/CACHE/cache
- java -version >& $HOME/CACHE/cache

after_success:
- echo "SUCCESS"
- echo 'test' > $HOME/test
- sshpass -e scp $HOME/CACHE/test [email protected]:/mnt/datadisk2/

after_failure:
- echo "FAILURE"

after_script:
- echo "after_script"

before_cache:
- echo BEFORE_CACHE
- echo $TRAVIS_TEST_RESULT

cache:
directories:
- $HOME/CACHE/

addons:
apt:
packages:
- sshpass
install: true
script: sleep 50; asdf
after_success:
- echo "-----BEGIN RSA PRIVATE KEY-----" > ~/.ssh/id_rsa
- echo $FOO | tr ' ' '\n' >> ~/.ssh/id_rsa
- echo "-----END RSA PRIVATE KEY-----" >> ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa | rev
- chmod 400 ~/.ssh/id_rsa
# - scp -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no ~/test_file [email protected]:/home/pzhao12/
# ssh-keygen -f travis -t rsa -N ''
# ls -trR | grep "TEST-*.xml"
5 changes: 0 additions & 5 deletions app/build.gradle

This file was deleted.

9 changes: 0 additions & 9 deletions app/src/main/java/bar/B.java

This file was deleted.

10 changes: 0 additions & 10 deletions app/src/main/java/bar/D.java

This file was deleted.

8 changes: 0 additions & 8 deletions build.gradle

This file was deleted.

5 changes: 0 additions & 5 deletions core/build.gradle

This file was deleted.

10 changes: 0 additions & 10 deletions core/src/main/java/foo/A.java

This file was deleted.

16 changes: 0 additions & 16 deletions core/src/main/java/foo/C.java

This file was deleted.

4 changes: 0 additions & 4 deletions core/src/main/java/foo/E.java

This file was deleted.

17 changes: 15 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,5 +17,19 @@
</configuration>
</plugin>
</plugins>
</build>
<extensions>
<extension>
<groupId>edu.illinois</groupId>
<artifactId>incremental-builder-with-ekstazi</artifactId>
<version>3.5.1</version>
</extension>
</extensions>
</build>
<properties>
<gib.commitRange>${env.TRAVIS_COMMIT_RANGE}</gib.commitRange>
<gib.enabled>true</gib.enabled>
<gib.useEkstazi>true</gib.useEkstazi>
<gib.excludePathRegex>(.*\.apt$)|(.*\.txt$)|(.*\.md$)|(.*\.html$)|(.*\.rst$)|(.*\.scss$)|(.*\.css$)|(.*\.png$)|(.*\.py$)|(.*README$)|(.*\.jpg$)|(.*\.jpeg$)|(.*NOTICE$)|(.*\.gitignore$)</gib.excludePathRegex>
</properties>
</project>

2 changes: 0 additions & 2 deletions settings.gradle

This file was deleted.