diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2020-08-01 09:27:58 +0200 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2020-08-01 10:02:44 +0200 |
commit | 0676801b8c756bcae5f60daad6a85d351883ffc7 (patch) | |
tree | 512f12a0a602836c18025b64d052d2f8f1efaba9 /.travis.yml | |
parent | 82aa96e9b1b1710cdcc14dc56f9cdfedd3b4bb3b (diff) | |
download | bison-0676801b8c756bcae5f60daad6a85d351883ffc7.tar.gz |
CI: comment changes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4626a5b6..853d5488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,6 +119,8 @@ jobs: - CXX='clang++-10 -fsanitize=address -stdlib=libc++' - PART=2 + # See https://github.com/simd-everywhere/simde/blob/master/.travis.yml + # and https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-render-linux/top/configure-your-system.html. - name: "ICC" stage: check os: linux |