diff --git a/config/build.config.js b/config/build.config.js index 74b8268156..b8affc02bd 100644 --- a/config/build.config.js +++ b/config/build.config.js @@ -5,7 +5,7 @@ module.exports = { dist: 'dist', releasePostUrl: fs.readFileSync('config/RELEASE_POST_URL'), - protractorPort: 8765, + protractorPort: 8876, banner: '/*!\n' + diff --git a/scripts/shippable/ci.sh b/scripts/shippable/ci.sh index 249d8d7d33..15cb536b97 100755 --- a/scripts/shippable/ci.sh +++ b/scripts/shippable/ci.sh @@ -13,6 +13,8 @@ function init { function run { cd ../.. + SNAPSHOT_TEST_ID=$(git rev-parse HEAD) + gulp demos --demo-version=nightly gulp snapshot-sauce \