Skip to content

Commit 7174949

Browse files
committed
Disable intellij tests for now
1 parent bab74c4 commit 7174949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
# we want to test the last release
1919
- V=0.14.1 TEST_SCRIPT=test_lint.sh
2020
- V=0.14.1 TEST_SCRIPT=test_rules_scala.sh
21-
- V=0.14.1 TEST_SCRIPT=test_intellij_aspect.sh
21+
#- V=0.14.1 TEST_SCRIPT=test_intellij_aspect.sh
2222
- V=0.14.1 TEST_SCRIPT=test_reproducibility.sh
2323

2424
before_install:

test_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
66
"${dir}"/test_rules_scala.sh
77
"${dir}"/test_version.sh
88
"${dir}"/test_reproducibility.sh
9-
"${dir}"/test_intellij_aspect.sh
9+
#"${dir}"/test_intellij_aspect.sh

0 commit comments

Comments
 (0)