Skip to content

Commit

Permalink
Merge pull request #28 from snyk/chore/update-issue-template
Browse files Browse the repository at this point in the history
chore: Update  instructions to get sbt info
  • Loading branch information
lili2311 committed May 28, 2019
2 parents 3cfe0e4 + 6455adc commit ba7ab39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
- `node -v`:
- `npm -v`:
- `snyk -v`:
- Command run:
- `sbt -v`:

- What command was run(including all the options):

### Expected behaviour

Expand All @@ -14,4 +13,4 @@

---

If applicable, please append the `--debug` flag on your command and include the output here **ensuring to remove any sensitive/personal details or tokens.
If applicable, please append the `-d` flag on your command and include the output here **ensuring to remove any sensitive/personal details or tokens.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_js:
cache:
directories:
- node_modules
install:
before_install:
# Install a later version of sbt-extras to support SBT >=1.0
- curl -Ls https://git.io/sbt > ~/bin/sbt
- chmod a+x ~/bin/sbt
Expand Down

0 comments on commit ba7ab39

Please sign in to comment.