Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Require atom 1.5.3 And Set ATOM_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Mar 17, 2016
1 parent 7bad819 commit 09da99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ go:
env:
global:
- APM_TEST_PACKAGES="environment go-config go-get autocomplete-go gofmt navigator-godef tester-go gorename gometalinter-linter linter"
- ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4

matrix:
- ATOM_CHANNEL=beta
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"main": "./lib/main",
"license": "Apache-2.0",
"engines": {
"atom": ">=1.5.4 <2.0.0",
"atom": ">=1.5.3 <2.0.0",
"node": "*"
},
"author": "Joe Fitzgerald <[email protected]> (http://github.com/joefitzgerald)",
Expand Down

0 comments on commit 09da99a

Please sign in to comment.