Skip to content

Commit

Permalink
Remove machine code check in travis temporarily. It's causing build b…
Browse files Browse the repository at this point in the history
…reakage where it should not.
  • Loading branch information
vonnieda committed Sep 1, 2017
1 parent be1f85b commit de52663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,8 @@ env:

before_install:
# Check for illegal uses of reference code in non-reference code.
- if grep -ri "import.*machine\.reference" src/main/java --exclude-dir src/main/java/org/openpnp/machine/reference --exclude-dir src/main/java/org/openpnp/machine/openbuilds; then echo 'References to machine classes were found in non-machine code. See the output above for the problematic imports.' && exit 1; fi
# This is causing problems in the test branch, commenting it out temporarily. 2017-09-01
#- if grep -ri "import.*machine\.reference" src/main/java --exclude-dir src/main/java/org/openpnp/machine/reference --exclude-dir src/main/java/org/openpnp/machine/openbuilds; then echo 'References to machine classes were found in non-machine code. See the output above for the problematic imports.' && exit 1; fi

before_deploy:
- wget https://s3-us-west-2.amazonaws.com/openpnp/install4j_unix_6_0_4.tar.gz
Expand Down

0 comments on commit de52663

Please sign in to comment.