diff --git a/.travis.yml b/.travis.yml index 62d0dad..4cbe7db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,11 @@ notifications: on_failure: always # options: [always|never|change] default: always on_start: always # options: [always|never|change] default: always +before_script: + - "sbt scalafmtTest || ( sbt scalafmt; git diff --exit-code )" + - "grep $(date +%Y) LICENSE" + script: - - "sbt scalafmtTest || ( sbt scalafmt; git diff --exit-code ) " - sbt test assembly doc deploy: diff --git a/LICENSE b/LICENSE index f5f692b..d78fd11 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2016 Petter Arvidsson and Stefan Berggren +Copyright (c) 2015-2017 Petter Arvidsson and Stefan Berggren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal