Browse Source

Code style.

Kamil Piechaczek 7 years ago
parent
commit
cff4cb613d
2 changed files with 3 additions and 2 deletions
  1. 2 2
      .travis.yml
  2. 1 0
      scripts/docs/build-and-publish-nightly.js

+ 2 - 2
.travis.yml

@@ -22,8 +22,8 @@ script:
   - npm t -- --reporter=dots
   - npm run docs:api -- --validate-only
   - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
-  		travis_wait npm run docs:build-and-publish-nightly;
-	fi'
+  	  travis_wait npm run docs:build-and-publish-nightly;
+    fi'
 notifications:
   slack:
     rooms:

+ 1 - 0
scripts/docs/build-and-publish-nightly.js

@@ -81,6 +81,7 @@ function exec( command ) {
 	}
 	catch ( error ) {
 		console.error( error );
+
 		process.exit( 1 );
 	}
 }