Skip to content

Commit

Permalink
remove quotes from travis for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamo57 authored Feb 21, 2018
1 parent 5858d8e commit 6dd17e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go:
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.10
- tip

matrix:
Expand Down

4 comments on commit 6dd17e8

@bentranter
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will run tests on 1.1, see travis-ci/gimme#132

@bentranter
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait.. maybe it's fixed? I see that the GitHub issue is still open, but the tests did run on 1.10

@bentranter
Copy link
Collaborator

@bentranter bentranter commented on 6dd17e8 Feb 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry, I read these commits in the wrong order (was looking at my GitHub dashboard) -- I see that this is fixed in the most recent commit to Goth 😄

@adamo57
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, i kinda messed that up. Thought it was an oversight, but apparently that works /shrug

Please sign in to comment.