Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-05-07 06:12:49 +0300
committerTaku Kudo <taku@google.com>2018-05-07 06:12:49 +0300
commit16ff6a9899a8c8a1c15b67cf3e53ec6db648de1d (patch)
treefb490992641cebd668a6311eddce98c04221ea3c /test.sh
parentccefe52b0444dba042c5d026af17744fdc3a2e41 (diff)
Runs wheel packages generation on travis-ci
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index af02be5..c7b9031 100755
--- a/test.sh
+++ b/test.sh
@@ -1,5 +1,19 @@
#!/bin/sh
+# Copyright 2018 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.!
+
set -e # exit immediately on error
set -x # display all commands