Skip to content

Commit

Permalink
#494, disable upstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Oct 24, 2016
1 parent b5b5ca4 commit 1883955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Control.Monad
import System.Process.Extra


requiresShake = words "ghc-make shake-language-c"
requiresShake = take 0 $ words "ghc-make shake-language-c"

ms x = show $ ceiling $ x * 1000

Expand Down

0 comments on commit 1883955

Please sign in to comment.