diff --git a/.travis.yml b/.travis.yml index e7113f67e..eaa80c6fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,6 @@ jobs: # Frontend is focus - name: "Test the Frontend" install: - - "ls -lsh node_modules" - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" script: diff --git a/src/package.json b/src/package.json index 6c2468250..9c95d9c99 100644 --- a/src/package.json +++ b/src/package.json @@ -87,6 +87,6 @@ "test": "nyc mocha --timeout 5000 ../tests/backend/specs/api", "test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api" }, - "version": "1.8.6", + "version": "1.8.4", "license": "Apache-2.0" }