This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 13
13
script :
14
14
- sbt ++$TRAVIS_SCALA_VERSION ci-all
15
15
after_success :
16
- - ' [[ $TRAVIS_BRANCH == "master" ]] && { sbt publish ; };'
16
+ - ' [[ $TRAVIS_BRANCH == "master" ]] && { sbt ++$TRAVIS_SCALA_VERSION release ; };'
Original file line number Diff line number Diff line change 1
- [ ![ Build status] ( https://travis-ci.org/jchapuis /scala-parser-combinators-completion.svg?branch=master )] ( https://travis-ci.org/jchapuis/scala-parser-combinators-completion )
1
+ [ ![ Build status] ( https://travis-ci.org/nexthink /scala-parser-combinators-completion.svg?branch=master )] ( https://travis-ci.org/jchapuis/scala-parser-combinators-completion )
2
2
[ ![ License] ( https://img.shields.io/:license-BSD3-blue.svg )] ( https://opensource.org/licenses/bsd-3-clause )
3
- [ ![ Download] ( https://api.bintray.com/packages/jchapuis/maven/scala-parser-combinators-completion/images/download.svg ) ] ( https://bintray.com/jchapuis/maven/scala-parser-combinators-completion/_latestVersion )
4
3
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/387b9093be344220b72481cbf987cfae )] ( https://www.codacy.com/app/jchapuis/scala-parser-combinators-completion?utm_source=github.com& ; utm_medium=referral& ; utm_content=jchapuis/scala-parser-combinators-completion& ; utm_campaign=Badge_Grade )
5
4
6
5
# scala-parser-combinators-completion
@@ -20,7 +19,6 @@ A set of additional operators also allow overriding completions and specifying o
20
19
Add the following lines to your ` build.sbt ` file:
21
20
22
21
```
23
- resolvers += Resolver.bintrayRepo("jchapuis", "maven")
24
22
libraryDependencies += "com.nexthink" %% "scala-parser-combinators-completion" % "1.0.8"
25
23
```
26
24
You can’t perform that action at this time.
0 commit comments