diff --git a/.travis.yml b/.travis.yml index 290ab300..34ba9bcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required language: node_js node_js: - '8' -- '9' +- '10' deploy: provider: heroku diff --git a/angular.json b/angular.json index 0d753844..b7bfd240 100644 --- a/angular.json +++ b/angular.json @@ -74,7 +74,7 @@ "tsConfig": "frontend/tsconfig.spec.json", "scripts": [], "styles": [ - "node_modules/ng2-toastr/bundles/ng2-toastr.min.css", + "node_modules/ngx-toastr/toastr.css", "node_modules/bootstrap/dist/css/bootstrap.css", "node_modules/open-iconic/font/css/open-iconic-bootstrap.css", "frontend/styles.css"