bimspot / xeokit-react

Integratation of the xeokit viewer into a React application.
32 stars 22 forks source link

Travis CI pipeline #5

Closed eriadam closed 5 years ago

eriadam commented 5 years ago

I added a very basic Travis pipeline to the project. It installs all dependencies, runs the linter and builds the project as specified in the package.json. The test command is inactive for now, we can add it when tests are ready.

I made fixes to the code to comply with the rules set out in the .eslintrc. The package-lock file was also removed for it is not really useful for packages like this.