rendering icon fetching

This commit is contained in:
Klemek
2019-07-12 11:38:38 +02:00
parent 2328f97133
commit a118aec130
4 changed files with 144 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ cache:
- node_modules
install:
- npm install
- node build.sh
script:
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
- jshint ./src