hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Allow latest node to fail (old) #235

Closed mklein994 closed 6 years ago

mklein994 commented 6 years ago

In Travis, the latest LTS version of node (8.11.1) passes the build, but the latest version of node (10.0.0) doesn't, because node-sass doesn't support it yet. I think we can ignore this failure for now.

With this PR, Travis will still keep building on the latest node version, but won't call it a fail if that build fails.

mklein994 commented 6 years ago

Just realized that it's a bad idea to merge from my master copy. Recreated at #236.