Skip to content

Commit

Permalink
Merge 1c37f9f into 603baef
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jul 18, 2018
2 parents 603baef + 1c37f9f commit 6ed3f35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ go get gopkg.in/yaml.v2
go get github.com/BurntSushi/toml

# get code for BurntSushi TOML validation
# pinning all to 'HEAD' for version 0.3.x work (TODO: pin to commit hash when tests stabilize)
git_clone github.com/BurntSushi/toml master HEAD
git_clone github.com/BurntSushi/toml-test master HEAD #was: 0.2.0 HEAD
git_clone github.com/BurntSushi/toml master a368813
git_clone github.com/BurntSushi/toml-test master 39e37e6

# build the BurntSushi test application
go build -o toml-test github.com/BurntSushi/toml-test
Expand Down

0 comments on commit 6ed3f35

Please sign in to comment.