We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f5b77 commit 9860e2cCopy full SHA for 9860e2c
.travis.yml
@@ -1,8 +1,8 @@
1
language: node_js
2
node_js:
3
-- '4.4'
4
-- '5.7'
5
-- '6.1'
+- '6.11'
+- '8.8'
+before_script: ./scripts/before_script.sh
6
cache:
7
directories:
8
- node_modules
scripts/before_script.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+test -f Parse-Dashboard/public/bundles/dashboard.bundle.js || exit 1
+test -f Parse-Dashboard/public/bundles/login.bundle.js || exit 1
+test -f Parse-Dashboard/public/bundles/sprites.svg || exit 1
+test -d Parse-Dashboard/public/bundles/img || exit 1
0 commit comments