We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e969c05 commit 18f311aCopy full SHA for 18f311a
.travis.yml
@@ -5,7 +5,7 @@ scala:
5
- 2.13.0
6
7
script:
8
- - sbt ++$TRAVIS_SCALA_VERSION test:compile
+ - sbt ++$TRAVIS_SCALA_VERSION test:compile "testOnly *GitHubEventSpec"
9
10
# Container-based build environment with faster boot times
11
sudo: false
0 commit comments