aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml24
-rw-r--r--README.md6
2 files changed, 5 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ac8d1b4..94b07e38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,32 +7,12 @@ matrix:
- language: go
go: 1.13.x
- language: node_js
- node_js: 8
+ node_js: node
before_install:
- cd webui
after_success: []
- language: node_js
- node_js: 9
- before_install:
- - cd webui
- after_success: []
- - language: node_js
- node_js: 10
- before_install:
- - cd webui
- after_success: []
- - language: node_js
- node_js: 11
- before_install:
- - cd webui
- after_success: []
- - language: node_js
- node_js: 12
- before_install:
- - cd webui
- after_success: []
- - language: node_js
- node_js: 13
+ node_js: lts/*
before_install:
- cd webui
after_success: []
diff --git a/README.md b/README.md
index 553a6916..f9960b07 100644
--- a/README.md
+++ b/README.md
@@ -44,13 +44,13 @@ That's all !
</details>
-<details><summary>go get (unstable)</summary>
+<details><summary>go install (unstable)</summary>
```shell
-go get -u github.com/MichaelMure/git-bug
+go install github.com/MichaelMure/git-bug
```
-If it's not done already, add golang binary directory in your PATH:
+If it's not done already, add the golang binary directory in your PATH:
```bash
export PATH=$PATH:$(go env GOROOT)/bin:$(go env GOPATH)/bin