Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2017.03.00'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnafu committed Apr 20, 2017
2 parents 27b532c + 9ea9d2f commit 1f45ca7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- 4
script: npm run travis
addons:
addons:
firefox: latest
before_install:
- export DISPLAY=:99.0
Expand All @@ -12,3 +12,4 @@ before_install:
branches:
only:
- master
- /^\d{4}\.\d{2}.\d{2}$/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"scripts": {
"doc": "docma -c docma-config.json --dest web/docs",
"cleandoc": "rimraf web/docs && rimraf web/client/mapstore/docs",
"doctest": "docma -c docma-config.json --dest web/client/mapstore/docs && echo documentation is accessible from the mapstore/docs path when running start sript",
"doctest": "docma -c docma-config.json --dest web/client/mapstore/docs && echo documentation is accessible from the mapstore/docs path when running npm start",
"postinstall": "node checkCesium.js && mkdirp ./web/client/libs/Cesium && download --extract --out ./web/client/libs/Cesium https://cesiumjs.org/releases/Cesium-1.17.zip || echo Cesium already installed",
"clean": "rimraf ./web/client/dist",
"compile": "npm run clean && mkdirp ./web/client/dist && webpack --progress --config prod-webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion web/client/components/buttons/FullScreenButton.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2017, GeoSolutions Sas.
* All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion web/client/components/plugins/PluginsContainer.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2016, GeoSolutions Sas.
* All rights reserved.
*
Expand Down

0 comments on commit 1f45ca7

Please sign in to comment.