Skip to content

Commit

Permalink
Use the new darwin slaves (darwin_next).
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Sep 15, 2017
1 parent f6490c5 commit 8253843
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ solaris : ${common} {

darwin : ${common} {
packages : {
# Brew does not support versions
mercurial : ""
"pip:astroid" : "==1.1.0"
"pip:pylint" : "==1.1.0"
}
Expand All @@ -64,7 +62,7 @@ linux-amd64 : ${linux} {
}

darwin-amd64 : ${darwin} {
capabilities : [darwin, amd64]
capabilities : [darwin_next, amd64]
}

solaris-sparcv9 : ${solaris} {
Expand Down

0 comments on commit 8253843

Please sign in to comment.