Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 7028c34

Browse files
author
jchapuis
committed
corrected .travis.yml file
1 parent 869172b commit 7028c34

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ env:
1313
script:
1414
- sbt ++$TRAVIS_SCALA_VERSION ci-all
1515
after_success:
16-
- '[[ $TRAVIS_BRANCH == "master" ]] && { sbt publish; };'
16+
- '[[ $TRAVIS_BRANCH == "master" ]] && { sbt ++$TRAVIS_SCALA_VERSION release; };'

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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)
22
[![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)
43
[![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)
54

65
# scala-parser-combinators-completion
@@ -20,7 +19,6 @@ A set of additional operators also allow overriding completions and specifying o
2019
Add the following lines to your `build.sbt` file:
2120

2221
```
23-
resolvers += Resolver.bintrayRepo("jchapuis", "maven")
2422
libraryDependencies += "com.nexthink" %% "scala-parser-combinators-completion" % "1.0.8"
2523
```
2624

0 commit comments

Comments
 (0)