travis-after-all
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -0,1 +1,6 @@ | ||
### 1.4.3 (September 20, 2015) | ||
* [[`c2237ac827`](https://github.com/alrra/travis-after-all/commit/c2237ac827e835f90ff0704ad7c84420d0dbc8dc)] - | ||
Increase initial check interval time to `3` seconds | ||
### 1.4.2 (September 17, 2015) | ||
@@ -2,0 +7,0 @@ |
@@ -30,3 +30,3 @@ var crypto = require('crypto'); | ||
CHECK_INTERVAL_LIMIT: 15000, | ||
checkInterval: 1000, | ||
checkInterval: 3000, | ||
@@ -33,0 +33,0 @@ keys: { |
@@ -21,3 +21,3 @@ { | ||
}, | ||
"description": "Simple script that can help you execute code only once in a Travis CI build matrix", | ||
"description": "Script that can help you execute code only once in a Travis CI build matrix", | ||
"devDependencies": { | ||
@@ -44,3 +44,3 @@ "babel": "^5.6.4", | ||
}, | ||
"version": "1.4.2" | ||
"version": "1.4.3" | ||
} |
@@ -141,3 +141,3 @@ # travis-after-all | ||
curl -sSL https://raw.githubusercontent.com/alrra/travis-after-all/1.4.2/lib/travis-after-all.js | node | ||
curl -sSL https://raw.githubusercontent.com/alrra/travis-after-all/1.4.3/lib/travis-after-all.js | node | ||
exitCode=$? | ||
@@ -144,0 +144,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22780