Remove this commit if it works on travis

This commit is contained in:
Antonio Scandurra 2016-04-14 11:24:59 +02:00
parent 4adf23a595
commit 303bb8c74e
No known key found for this signature in database
GPG Key ID: 3A84AF5411A4F645
2 changed files with 4 additions and 1 deletions

3
spec/fake-spec.coffee Normal file
View File

@ -0,0 +1,3 @@
fdescribe "remove this", ->
it "remove me", ->
require("grim").deprecate("foo")

View File

@ -25,7 +25,7 @@ module.exports = ({logFile, headless, testPaths, buildAtomEnvironment}) ->
})
require './spec-helper'
disableFocusMethods() if process.env.JANKY_SHA1 or process.env.CI
# disableFocusMethods() if process.env.JANKY_SHA1 or process.env.CI
requireSpecs(testPath) for testPath in testPaths
setSpecType('user')