We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab74c4 commit 7174949Copy full SHA for 7174949
.travis.yml
@@ -18,7 +18,7 @@ env:
18
# we want to test the last release
19
- V=0.14.1 TEST_SCRIPT=test_lint.sh
20
- V=0.14.1 TEST_SCRIPT=test_rules_scala.sh
21
- - V=0.14.1 TEST_SCRIPT=test_intellij_aspect.sh
+ #- V=0.14.1 TEST_SCRIPT=test_intellij_aspect.sh
22
- V=0.14.1 TEST_SCRIPT=test_reproducibility.sh
23
24
before_install:
test_all.sh
@@ -6,4 +6,4 @@ dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
6
"${dir}"/test_rules_scala.sh
7
"${dir}"/test_version.sh
8
"${dir}"/test_reproducibility.sh
9
-"${dir}"/test_intellij_aspect.sh
+#"${dir}"/test_intellij_aspect.sh
0 commit comments